summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-30 17:29:30 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-06-25 14:49:11 -0400
commitec1904c7793636e72c30660fc6ec5a2429c99aaa (patch)
tree22c7af281f964c886faae824925f65bd53d0d079
parent37bb0ce8843f059622f6ed2fae94f6dc57f0435f (diff)
downloadgtk+-ec1904c7793636e72c30660fc6ec5a2429c99aaa.tar.gz
fontchooser: silence g-i scanner warning
These parameters should be named the same in the definition and the declaration. https://bugzilla.gnome.org/show_bug.cgi?id=677127
-rw-r--r--gtk/gtkfontchooser.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h
index 93323f3005..f91667c966 100644
--- a/gtk/gtkfontchooser.h
+++ b/gtk/gtkfontchooser.h
@@ -57,13 +57,13 @@ struct _GtkFontChooserIface
GTypeInterface base_iface;
/* Methods */
- PangoFontFamily * (* get_font_family) (GtkFontChooser *chooser);
- PangoFontFace * (* get_font_face) (GtkFontChooser *chooser);
- gint (* get_font_size) (GtkFontChooser *chooser);
+ PangoFontFamily * (* get_font_family) (GtkFontChooser *fontchooser);
+ PangoFontFace * (* get_font_face) (GtkFontChooser *fontchooser);
+ gint (* get_font_size) (GtkFontChooser *fontchooser);
- void (* set_filter_func) (GtkFontChooser *chooser,
+ void (* set_filter_func) (GtkFontChooser *fontchooser,
GtkFontFilterFunc filter,
- gpointer data,
+ gpointer user_data,
GDestroyNotify destroy);
/* Signals */