From 4415d087c69ce918f41ea4a0527ca99fbb0a1787 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 22 Aug 2013 20:36:17 +0100 Subject: [PATCH] combobox: Add missing Since tags for entry constructors --- gtk/gtkcombobox.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index b4381ac9ea..b0d6055ad9 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4034,6 +4034,8 @@ gtk_combo_box_new_with_area_and_entry (GtkCellArea *area) * Creates a new empty #GtkComboBox with an entry. * * Return value: A new #GtkComboBox. + * + * Since: 2.24 */ GtkWidget * gtk_combo_box_new_with_entry (void) @@ -4071,6 +4073,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)