diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-06-20 20:29:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-06-20 20:29:18 -0400 |
commit | 3b43951ba4da9869e5f79f674e8c8a2fc16c78a9 (patch) | |
tree | ee62514e47b56459411327d7c32e9fa6c92a2cbf /gtk/gtkfontchooser.h | |
parent | 93f9a81ac5d1a4239ad1aef60a126446810ef1ab (diff) | |
download | gtk+-3b43951ba4da9869e5f79f674e8c8a2fc16c78a9.tar.gz |
Pacify gobject-introspection
gobject-introspection complains about the parameter names of
vfuncs. Why, you ask ? No idea.
Diffstat (limited to 'gtk/gtkfontchooser.h')
-rw-r--r-- | gtk/gtkfontchooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h index 98e3baf7e2..8ca690f6ca 100644 --- a/gtk/gtkfontchooser.h +++ b/gtk/gtkfontchooser.h @@ -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 */ |