Struct
GLibTreeNode
since: 2.68
Description [src]
struct GTreeNode {
/* No available fields */
}
An opaque type which identifies a specific node in a GTree
.
Available since: 2.68
Instance methods
g_tree_node_next
Returns the next in-order node of the tree, or NULL
if the passed node was already the last one.
since: 2.68
g_tree_node_previous
Returns the previous in-order node of the tree, or NULL
if the passed node was already the first one.
since: 2.68