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:
Jonathan Blandford 2001-10-22 19:08:32 +00:00 committed by Jonathan Blandford
parent dc754528a0
commit 6bf176c36d
8 changed files with 36 additions and 1 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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