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:
parent
dc754528a0
commit
6bf176c36d
@ -1,3 +1,8 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
|
||||||
|
@ -1316,7 +1316,7 @@ gtk_tree_store_is_ancestor (GtkTreeStore *tree_store,
|
|||||||
* @tree_store: A #GtkTreeStore
|
* @tree_store: A #GtkTreeStore
|
||||||
* @iter: A valid #GtkTreeIter
|
* @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.
|
* for anything down a level, etc.
|
||||||
*
|
*
|
||||||
* Return value: The depth of @iter
|
* Return value: The depth of @iter
|
||||||
|
Loading…
Reference in New Issue
Block a user