mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
button: fix variable name in function declaration
Or gtk-doc/introspection scanners will complain.
This commit is contained in:
parent
346b933a85
commit
385a2398ce
@ -118,7 +118,7 @@ void gtk_button_set_image_position (GtkButton *button,
|
||||
GtkPositionType gtk_button_get_image_position (GtkButton *button);
|
||||
void gtk_button_set_always_show_image (GtkButton *button,
|
||||
gboolean always_show);
|
||||
gboolean gtk_button_get_always_show_image (GtkButton *image_menu_item);
|
||||
gboolean gtk_button_get_always_show_image (GtkButton *button);
|
||||
|
||||
GdkWindow* gtk_button_get_event_window (GtkButton *button);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user