diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-05-30 17:31:57 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-06-25 14:49:11 -0400 |
commit | 8ff9770c7f2e93c4d56f5d33c8c6535bb60ea74c (patch) | |
tree | 5f9b1cc2a437e3b7b1a92d3f0cce55166077798a /gtk/gtkwidget.h | |
parent | ec1904c7793636e72c30660fc6ec5a2429c99aaa (diff) | |
download | gtk+-8ff9770c7f2e93c4d56f5d33c8c6535bb60ea74c.tar.gz |
widget: silence g-i scanner warning
The parameter should be named the same in the definition and the
declararion.
https://bugzilla.gnome.org/show_bug.cgi?id=677127
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r-- | gtk/gtkwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 33a54d00f9..b153dffbd1 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -229,7 +229,7 @@ struct _GtkWidgetClass void (* grab_notify) (GtkWidget *widget, gboolean was_grabbed); void (* child_notify) (GtkWidget *widget, - GParamSpec *pspec); + GParamSpec *child_property); gboolean (* draw) (GtkWidget *widget, cairo_t *cr); |