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