From: Dana Jansens Date: Mon, 2 Nov 2009 21:24:06 +0000 (-0500) Subject: Fix comment for gtree_nnodes(): it returns the number of nodes for the current versio... X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4cbd3f4180ff543d03f1eee20d2747116096923b;p=dana%2Fcg-glib.git Fix comment for gtree_nnodes(): it returns the number of nodes for the current version of the tree. --- 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)