From 4cbd3f4180ff543d03f1eee20d2747116096923b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 2 Nov 2009 16:24:06 -0500 Subject: [PATCH] Fix comment for gtree_nnodes(): it returns the number of nodes for the current version of the tree. --- glib/gtree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gtree.c b/glib/gtree.c index 368fba95..a58cea5a 100644 --- a/glib/gtree.c +++ b/glib/gtree.c @@ -1393,9 +1393,9 @@ g_tree_height (GTree *tree) * g_tree_nnodes: * @tree: a #GTree. * - * Gets the number of nodes in a #GTree. + * Gets the number of nodes in the current version of a #GTree. * - * Return value: the number of nodes in the #GTree. + * Return value: the number of nodes in the latest version of the #GTree. **/ gint g_tree_nnodes (GTree *tree) -- 2.34.1