Function

Purpleblist_new_node

since: 3.0.0

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

Type: PurpleBuddyList

The list that contains the node.

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

Type: PurpleBlistNode

The node to initialize.

The data is owned by the caller of the function.