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