[gtk+] fontchooser: silence g-i scanner warning
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] fontchooser: silence g-i scanner warning
- Date: Mon, 25 Jun 2012 18:50:45 +0000 (UTC)
commit ec1904c7793636e72c30660fc6ec5a2429c99aaa
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed May 30 17:29:30 2012 -0400
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
gtk/gtkfontchooser.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h
index 93323f3..f91667c 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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]