]> Pileus Git - ~andy/gtk/commitdiff
Small doc fixup
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Nov 2010 16:25:10 +0000 (11:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 29 Nov 2010 16:25:10 +0000 (11:25 -0500)
gtk/gtkcombobox.c

index 0a922fa0235ee6e46501bb351bf606d711942a9e..9fc50d3f7899e4b2a090d826d3c398070a0c940d 100644 (file)
@@ -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.