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