Method
PurpleBlistNodeget_sibling_next
since: 2.4.0
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().
Available since: 2.4.0
Return value
Type: PurpleBlistNode
The sibling node.
The data is owned by the instance. |