Fix comment for gtree_nnodes(): it returns the number of nodes for the current versio...
authorDana Jansens <danakj@orodu.net>
Mon, 2 Nov 2009 21:24:06 +0000 (16:24 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 12 Nov 2009 21:54:06 +0000 (16:54 -0500)
glib/gtree.c

index 368fba95c469f9b39c9081591ff4afa70f218f1c..a58cea5ac083dcab774dc66530ccdb50242d2a75 100644 (file)
@@ -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)