summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-10-26 14:43:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-10-26 14:43:10 +0000
commit87ffaabc2cacbac2b069a491c2b4537052079418 (patch)
treebc6d78f95f49a9e85c3ab49aa07a2f7cff4963dd /gtk/gtktreemodel.c
parentf29802392ada327ce022837007e173338adfdeb8 (diff)
downloadgtk+-87ffaabc2cacbac2b069a491c2b4537052079418.tar.gz
Clarify docs. (#317682, Christian - Manny Calavera - Neumair)
2005-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify docs. (#317682, Christian - Manny Calavera - Neumair)
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r--gtk/gtktreemodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 58e0988005..7b401b3bda 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -1480,7 +1480,7 @@ gtk_tree_model_row_deleted (GtkTreeModel *tree_model,
* @path: A #GtkTreePath pointing to the tree node whose children have been
* reordered
* @iter: A valid #GtkTreeIter pointing to the node whose children have been
- * reordered
+ * reordered, or %NULL if the depth of @path is 0.
* @new_order: an array of integers mapping the current position of each child
* to its old position before the re-ordering,
* i.e. @new_order<literal>[newpos] = oldpos</literal>.