Function
Purpleblist_save_node
Declaration [src]
void
purple_blist_save_node (
PurpleBuddyList* list,
PurpleBlistNode* node
)
Description [src]
This is called when a node has been modified and should be saved by the UI.
If the UI does not implement a more specific method, it will be set to save
data to
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 which has been modified. |
|
The data is owned by the caller of the function. |