[gtk+/gtk-2-24] combobox: Add missing Since tags for entry constructors



commit eb3d9dc3ddecd05e92d880b20349bb57901e1516
Author: David King <amigadave amigadave com>
Date:   Thu Aug 22 20:19:38 2013 +0100

    combobox: Add missing Since tags for entry constructors

 gtk/gtkcombobox.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index dc912a3..1324d98 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -4827,6 +4827,8 @@ gtk_combo_box_new (void)
  * Creates a new empty #GtkComboBox with an entry.
  *
  * Return value: A new #GtkComboBox.
+ *
+ * Since: 2.24
  */
 GtkWidget *
 gtk_combo_box_new_with_entry (void)
@@ -4863,6 +4865,8 @@ gtk_combo_box_new_with_model (GtkTreeModel *model)
  * and with the model initialized to @model.
  *
  * Return value: A new #GtkComboBox
+ *
+ * Since: 2.24
  */
 GtkWidget *
 gtk_combo_box_new_with_model_and_entry (GtkTreeModel *model)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]