menubutton: use consistent parameter names

Or the introspection scanner will emit a warning.
This commit is contained in:
Cosimo Cecchi
2012-08-21 11:14:16 +02:00
parent 411321212b
commit f6079f6406

View File

@ -66,7 +66,7 @@ GtkWidget *gtk_menu_button_new (void);
GDK_AVAILABLE_IN_3_6
void gtk_menu_button_set_popup (GtkMenuButton *menu_button,
GtkWidget *menu);
GtkWidget *popup);
GDK_AVAILABLE_IN_3_6
GtkMenu *gtk_menu_button_get_popup (GtkMenuButton *menu_button);