Method

PurpleBlistNodeset_string

Declaration [src]

void
purple_blist_node_set_string (
  PurpleBlistNode* node,
  const char* key,
  const char* value
)

Description [src]

Associates a string with a node in the buddy list.

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: const char*

The value to set.

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