combobox: Add missing Since tags for entry constructors

This commit is contained in:
David King
2013-08-22 20:19:38 +01:00
parent a2149a671a
commit eb3d9dc3dd

View File

@@ -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)