Pacify gobject-introspection
gobject-introspection complains about the parameter names of vfuncs. Why, you ask ? No idea.
This commit is contained in:
parent
93f9a81ac5
commit
3b43951ba4
@ -72,7 +72,7 @@ struct _GtkFontChooserIface
|
|||||||
|
|
||||||
/* More methods */
|
/* More methods */
|
||||||
void (* set_font_map) (GtkFontChooser *fontchooser,
|
void (* set_font_map) (GtkFontChooser *fontchooser,
|
||||||
PangoFontMap *map);
|
PangoFontMap *fontmap);
|
||||||
PangoFontMap * (* get_font_map) (GtkFontChooser *fontchooser);
|
PangoFontMap * (* get_font_map) (GtkFontChooser *fontchooser);
|
||||||
|
|
||||||
/* Padding */
|
/* Padding */
|
||||||
|
Loading…
Reference in New Issue
Block a user