Fix gobject introspection references

Newer gi-docgen will fail otherwise.

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2024-06-11 12:34:15 +02:00 committed by Niels De Graef
parent 3ea2fd4e19
commit 05b470eba7
5 changed files with 8 additions and 7 deletions

View File

@ -47,7 +47,7 @@ static void gimp_font_init (GimpFont *font)
* gimp_font_get_pango_font_description:
* @font: (transfer none): the [class@Gimp.Font]
*
* Returns a [class@Pango.Font.Description] representing @font.
* Returns a [struct@Pango.FontDescription] representing @font.
*
* Returns: (transfer full): a %PangoFontDescription representing @font.
*

View File

@ -644,7 +644,7 @@ gimp_plug_in_get_temp_procedure (GimpPlugIn *plug_in,
* must call [method@PlugIn.extension_enable].
*
* Note that the plug-in does not need to be a
* [const@PDBProcType.EXTENSION] to register temporary procedures.
* [enum@Gimp.PDBProcType.EXTENSION] to register temporary procedures.
*
* See also: [method@PlugIn.add_temp_procedure].
*

View File

@ -1855,7 +1855,7 @@ gimp_procedure_new_return_values (GimpProcedure *procedure,
/**
* gimp_procedure_run: (skip)
* @procedure: the [class@gimp.Procedure] to run.
* @procedure: the [class@Gimp.Procedure] to run.
* @first_arg_name: the name of an argument of @procedure or %NULL to
* run @procedure with default arguments.
* @...: the value of @first_arg_name and any more argument
@ -1893,7 +1893,7 @@ gimp_procedure_run (GimpProcedure *procedure,
/**
* gimp_procedure_run_valist: (skip)
* @procedure: the [class@gimp.Procedure] to run.
* @procedure: the [class@Gimp.Procedure] to run.
* @first_arg_name: the name of an argument of @procedure or %NULL to
* run @procedure with default arguments.
* @args the value of @first_arg_name and any more argument
@ -1963,7 +1963,7 @@ gimp_procedure_run_valist (GimpProcedure *procedure,
/**
* gimp_procedure_run_config: (rename-to gimp_procedure_run)
* @procedure: the [class@gimp.Procedure] to run.
* @procedure: the [class@Gimp.Procedure] to run.
* @config: (nullable): the @procedure's arguments.
*
* Runs @procedure, calling the run_func given in [ctor@Procedure.new].

View File

@ -47,7 +47,7 @@ static gchar * gimp_utils_make_canonical_menu_label (const gchar
* @property_name: Name of a [class@Gimp.Brush] property.
* @chooser_title: (nullable): title for the poppable dialog.
*
* Creates a [class@Gimp.Brush.Chooser] controlled by the specified property.
* Creates a [class@GimpUi.BrushChooser] controlled by the specified property.
*
* Returns: (transfer full): A new [class@GimpUi.BrushChooser].
*

View File

@ -85,7 +85,8 @@ typedef struct _GimpVectorLoadData
* will be used rather than @widthx@height. Note that if both dimensions are
* 0 or negative, even if @prefer_native_dimension is TRUE yet the procedure
* cannot determine native dimensions, then maybe a dialog could be popped
* up (if implemented), unless the @run_mode is [enum@RunMode.NONINTERACTIVE].
* up (if implemented), unless the @run_mode is
* [enum@Gimp.RunMode.NONINTERACTIVE].
*
* Returns: (transfer full): the @procedure's return values.
*