summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-15 16:33:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-15 16:58:27 -0400
commit43250e8faf2cc008b0b829351efff651b680a85c (patch)
treef40cfbb67db03d099c2e84343ec12194bfb92858 /gtk/gtkcombobox.c
parente7f51ef6a411dc4c784c3edc67df294288de3f75 (diff)
downloadgtk+-43250e8faf2cc008b0b829351efff651b680a85c.tar.gz
Deprecate the old combobox text convenience api
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r--gtk/gtkcombobox.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 8f72807c90..a649c0f652 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -5287,6 +5287,8 @@ gtk_combo_box_get_model (GtkComboBox *combo_box)
* Return value: (transfer none): A new text combo box.
*
* Since: 2.4
+ *
+ * Deprecated: 2.24: Use #GtkComboBoxText
*/
GtkWidget *
gtk_combo_box_new_text (void)
@@ -5318,6 +5320,8 @@ gtk_combo_box_new_text (void)
* gtk_combo_box_new_text().
*
* Since: 2.4
+ *
+ * Deprecated: 2.24: Use #GtkComboBoxText
*/
void
gtk_combo_box_append_text (GtkComboBox *combo_box,
@@ -5349,6 +5353,8 @@ gtk_combo_box_append_text (GtkComboBox *combo_box,
* with gtk_combo_box_new_text().
*
* Since: 2.4
+ *
+ * Deprecated: 2.24: Use #GtkComboBoxText
*/
void
gtk_combo_box_insert_text (GtkComboBox *combo_box,
@@ -5381,6 +5387,8 @@ gtk_combo_box_insert_text (GtkComboBox *combo_box,
* gtk_combo_box_new_text().
*
* Since: 2.4
+ *
+ * Deprecated: 2.24: Use #GtkComboBoxText
*/
void
gtk_combo_box_prepend_text (GtkComboBox *combo_box,
@@ -5410,6 +5418,8 @@ gtk_combo_box_prepend_text (GtkComboBox *combo_box,
* this function with combo boxes constructed with gtk_combo_box_new_text().
*
* Since: 2.4
+ *
+ * Deprecated: 2.24: Use #GtkComboBoxText
*/
void
gtk_combo_box_remove_text (GtkComboBox *combo_box,
@@ -5442,6 +5452,8 @@ gtk_combo_box_remove_text (GtkComboBox *combo_box,
* Must be freed with g_free().
*
* Since: 2.6
+ *
+ * Deprecated: 2.24: Use #GtkComboBoxText
*/
gchar *
gtk_combo_box_get_active_text (GtkComboBox *combo_box)