Function
Purpleblist_get_root
Declaration [src]
PurpleBlistNode*
purple_blist_get_root (
PurpleBuddyList* list
)
Parameters
list
-
Type:
PurpleBuddyList
The buddy list to query.
The data is owned by the caller of the function.
Return value
Type: PurpleBlistNode
The root node.
The data is owned by the called function. |