summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-07-15 00:53:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-07-15 00:53:46 -0400
commit41f6d189f9df5666db02c4100e6855f05ee2a894 (patch)
tree7deabf13bb8ff3bfa2b1fde96a21868a8824dc31 /gtk/gtkbutton.h
parent79c1095512eb63151d63700737f6ba9539653731 (diff)
downloadgtk+-41f6d189f9df5666db02c4100e6855f05ee2a894.tar.gz
Add GDK_AVAILABLE annotations to new API
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r--gtk/gtkbutton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index e97ad5f01e..9166db0cf1 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -116,8 +116,10 @@ GtkWidget* gtk_button_get_image (GtkButton *button);
void gtk_button_set_image_position (GtkButton *button,
GtkPositionType position);
GtkPositionType gtk_button_get_image_position (GtkButton *button);
+GDK_AVAILABLE_IN_3_6
void gtk_button_set_always_show_image (GtkButton *button,
gboolean always_show);
+GDK_AVAILABLE_IN_3_6
gboolean gtk_button_get_always_show_image (GtkButton *button);
GdkWindow* gtk_button_get_event_window (GtkButton *button);