Pacify gobject-introspection
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2015 00:29:18 +0000 (20:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2015 00:29:18 +0000 (20:29 -0400)
gobject-introspection complains about the parameter names of
vfuncs. Why, you ask ? No idea.

gtk/gtkfontchooser.h

index 98e3baf7e29fadbbdcb3707e830ecd4d2101c386..8ca690f6ca73705dd8894855108bae183b81a9d0 100644 (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 */