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
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user