Pacify gobject-introspection

gobject-introspection complains about the parameter names of
vfuncs. Why, you ask ? No idea.
This commit is contained in:
Matthias Clasen 2015-06-20 20:29:18 -04:00
parent 93f9a81ac5
commit 3b43951ba4

View File

@ -72,7 +72,7 @@ struct _GtkFontChooserIface
/* More methods */
void (* set_font_map) (GtkFontChooser *fontchooser,
PangoFontMap *map);
PangoFontMap *fontmap);
PangoFontMap * (* get_font_map) (GtkFontChooser *fontchooser);
/* Padding */