API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gint g_tree_nnodes ( GTree* tree )
Gets the number of nodes in a GTree.
GTree
Type: gint
gint
The number of nodes in tree
tree
The node counter value type is really a #guint, but it is returned as a #gint due to backward compatibility issues (can be cast back to #guint to support its full range of values).