summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-11-29 11:25:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-11-29 11:25:10 -0500
commit2451e6f690154b5cc5970fe5838c1805179e88e2 (patch)
tree78e326f9376676543b5f9f970d3140099a479f37
parent99aa90b0bcab50bc3dce888ddffc5753ca643928 (diff)
downloadgtk+-2451e6f690154b5cc5970fe5838c1805179e88e2.tar.gz
Small doc fixup
-rw-r--r--gtk/gtkcombobox.c1
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.