summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-08-13 18:09:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-08-13 18:09:47 -0400
commit1398f8ea4cd998a3228ab743bcea5ff42dce6284 (patch)
tree6919da70a985a5e16b0adf561d38ecaeaf8fa1b8 /gtk/gtkcombobox.h
parent9463c78bace70da5f2e04fa55bfcfde8b4eb059c (diff)
downloadgtk+-1398f8ea4cd998a3228ab743bcea5ff42dce6284.tar.gz
Add some missing deprecation annotations
These were reported missing in bug https://bugzilla.gnome.org/show_bug.cgi?id=705672
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index cf05b83b56..c3c89196a6 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -96,15 +96,15 @@ GDK_AVAILABLE_IN_ALL
void gtk_combo_box_set_column_span_column (GtkComboBox *combo_box,
gint column_span);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
gboolean gtk_combo_box_get_add_tearoffs (GtkComboBox *combo_box);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
void gtk_combo_box_set_add_tearoffs (GtkComboBox *combo_box,
gboolean add_tearoffs);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
const gchar * gtk_combo_box_get_title (GtkComboBox *combo_box);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
void gtk_combo_box_set_title (GtkComboBox *combo_box,
const gchar *title);