diff --git a/libgimp/gimpfont.c b/libgimp/gimpfont.c index 6baac77f88..b9a87fec6f 100644 --- a/libgimp/gimpfont.c +++ b/libgimp/gimpfont.c @@ -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. * diff --git a/libgimp/gimpplugin.c b/libgimp/gimpplugin.c index 05c158a536..665a054091 100644 --- a/libgimp/gimpplugin.c +++ b/libgimp/gimpplugin.c @@ -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]. * diff --git a/libgimp/gimpprocedure.c b/libgimp/gimpprocedure.c index d3236db71e..7d9ecdd2ae 100644 --- a/libgimp/gimpprocedure.c +++ b/libgimp/gimpprocedure.c @@ -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]. diff --git a/libgimp/gimppropwidgets.c b/libgimp/gimppropwidgets.c index 184df4aebc..823a0c7106 100644 --- a/libgimp/gimppropwidgets.c +++ b/libgimp/gimppropwidgets.c @@ -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]. * diff --git a/libgimp/gimpvectorloadprocedure.h b/libgimp/gimpvectorloadprocedure.h index 0f01c61067..05650b0273 100644 --- a/libgimp/gimpvectorloadprocedure.h +++ b/libgimp/gimpvectorloadprocedure.h @@ -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. *