summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-13 11:42:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-13 11:56:23 -0400
commit75c22332d0aa3630285987469a4692229fec365f (patch)
treeca7072a0bad62842f446a500b6d97ee85b07ebd2 /gtk/gtktreestore.c
parent0d8c1c9c0992525d2a3250df65c9b5300e33c5ba (diff)
downloadgtk+-75c22332d0aa3630285987469a4692229fec365f.tar.gz
Minor doc fixup
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r--gtk/gtktreestore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c
index 1ef7a3989c..a6e47af398 100644
--- a/gtk/gtktreestore.c
+++ b/gtk/gtktreestore.c
@@ -2248,8 +2248,8 @@ gtk_tree_store_reorder_func (gconstpointer a,
/**
* gtk_tree_store_reorder: (skip)
- * @tree_store: A #GtkTreeStore.
- * @parent: A #GtkTreeIter.
+ * @tree_store: A #GtkTreeStore
+ * @parent: A #GtkTreeIter, or %NULL
* @new_order: (array): an array of integers mapping the new position of each child
* to its old position before the re-ordering,
* i.e. @new_order`[newpos] = oldpos`.