]> Pileus Git - ~andy/gtk/commitdiff
menubutton: use consistent parameter names
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 21 Aug 2012 09:14:16 +0000 (11:14 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 21 Aug 2012 09:14:16 +0000 (11:14 +0200)
Or the introspection scanner will emit a warning.

gtk/gtkmenubutton.h

index f03e8a9bbdf9facae9ee7aa8c0b3a593860e60f9..f8cb55f34943add2258e2d8cb73ef71576fe3175 100644 (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);