projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a028fb
)
Fix comment for gtree_nnodes(): it returns the number of nodes for the current versio...
author
Dana Jansens
<danakj@orodu.net>
Mon, 2 Nov 2009 21:24:06 +0000
(16:24 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 12 Nov 2009 21:54:06 +0000
(16:54 -0500)
glib/gtree.c
patch
|
blob
|
history
diff --git
a/glib/gtree.c
b/glib/gtree.c
index 368fba95c469f9b39c9081591ff4afa70f218f1c..a58cea5ac083dcab774dc66530ccdb50242d2a75 100644
(file)
--- 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)