diff options
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 0a922fa023..9fc50d3f78 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4879,6 +4879,7 @@ gtk_combo_box_new_with_model (GtkTreeModel *model) /** * gtk_combo_box_new_with_model_and_entry: + * @model: A #GtkTreeModel * * Creates a new empty #GtkComboBox with an entry * and with the model initialized to @model. |