summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r--gtk/gtkbutton.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index 2bd236c417..6be47145fc 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -88,7 +88,7 @@ GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_button_new (void);
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_button_new_with_label (const gchar *label);
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_button_new_from_icon_name (const gchar *icon_name);
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_button_new_with_mnemonic (const gchar *label);
@@ -111,10 +111,10 @@ void gtk_button_set_use_underline (GtkButton *button,
GDK_AVAILABLE_IN_ALL
gboolean gtk_button_get_use_underline (GtkButton *button);
-GDK_AVAILABLE_IN_3_90
+GDK_AVAILABLE_IN_ALL
void gtk_button_set_icon_name (GtkButton *button,
const char *icon_name);
-GDK_AVAILABLE_IN_3_90
+GDK_AVAILABLE_IN_ALL
const char * gtk_button_get_icon_name (GtkButton *button);