Function

Purpleblist_save_node

since: 3.0.0

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 blist.xml like in previous libpurple versions.

Available since: 3.0.0

Parameters

list

Type: PurpleBuddyList

The list that contains the node.

The data is owned by the caller of the function.
node

Type: PurpleBlistNode

The node which has been modified.

The data is owned by the caller of the function.