Method
PurpleBlistNodeget_first_child
since: 2.4.0
Declaration [src]
PurpleBlistNode*
purple_blist_node_get_first_child (
PurpleBlistNode* node
)
Description [src]
Returns the the first child node of a given node.
See purple_blist_node_get_parent(), purple_blist_node_get_sibling_next(), purple_blist_node_get_sibling_prev(), purple_blist_node_next().
Available since: 2.4.0
Return value
Type: PurpleBlistNode
The child node.
The data is owned by the instance. |