Method

PurpleBlistNodeset_int

since: 2.0.0

Declaration [src]

void
purple_blist_node_set_int (
  PurpleBlistNode* node,
  const char* key,
  int value
)

Description [src]

Associates an integer with a node in the buddy list.

Available since: 2.0.0

Parameters

key

Type: const char*

The identifier for the data.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
value

Type: int

The value to set.