Function
Purpleblist_new_node
Declaration [src]
void
purple_blist_new_node (
PurpleBuddyList* list,
PurpleBlistNode* node
)
Description [src]
Sets UI-specific data on a node.
This should usually only be run when initializing a PurpleBlistNode
instance.
Available since: | 3.0.0 |
Parameters
list |
PurpleBuddyList |
The list that contains the node. |
|
The data is owned by the caller of the function. | |
node |
PurpleBlistNode |
The node to initialize. |
|
The data is owned by the caller of the function. |