Function

Purpleblist_update_node

since: 3.0.0

Declaration [src]

void
purple_blist_update_node (
  PurpleBuddyList* list,
  PurpleBlistNode* node
)

Description [src]

Update a node in the buddy list in the UI.

Available since: 3.0.0

Parameters

list

Type: PurpleBuddyList

The buddy list to modify.

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

Type: PurpleBlistNode

The node to update.

The data is owned by the caller of the function.