diff options
Diffstat (limited to 'gtk/gtkfontchooser.h')
-rw-r--r-- | gtk/gtkfontchooser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h index 07ca206c1a..2ce7897d03 100644 --- a/gtk/gtkfontchooser.h +++ b/gtk/gtkfontchooser.h @@ -31,8 +31,8 @@ G_BEGIN_DECLS /** * GtkFontFilterFunc: - * @family: a #PangoFontFamily - * @face: a #PangoFontFace belonging to @family + * @family: a `PangoFontFamily` + * @face: a `PangoFontFace` belonging to @family * @data: (closure): user data passed to gtk_font_chooser_set_filter_func() * * The type of function that is used for deciding what fonts get |