From: Matthias Clasen Date: Sun, 21 Jun 2015 00:29:18 +0000 (-0400) Subject: Pacify gobject-introspection X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9314 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3b43951ba4da9869e5f79f674e8c8a2fc16c78a9;p=gtk4.git Pacify gobject-introspection gobject-introspection complains about the parameter names of vfuncs. Why, you ask ? No idea. --- 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 */