update docs to reflect reality, #62810
Mon Oct 22 15:07:17 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to reflect reality, #62810
This commit is contained in:
committed by
Jonathan Blandford
parent
dc754528a0
commit
6bf176c36d
@ -1316,7 +1316,7 @@ gtk_tree_store_is_ancestor (GtkTreeStore *tree_store,
|
||||
* @tree_store: A #GtkTreeStore
|
||||
* @iter: A valid #GtkTreeIter
|
||||
*
|
||||
* Returns the depth of @iter. This will be 0 for anything on the root level, 1
|
||||
* Returns the depth of @iter. This will be 1 for anything on the root level, 2
|
||||
* for anything down a level, etc.
|
||||
*
|
||||
* Return value: The depth of @iter
|
||||
|
||||
Reference in New Issue
Block a user