Method

PurpleBlistNodeget_string

Declaration [src]

const char*
purple_blist_node_get_string (
  PurpleBlistNode* node,
  const char* key
)

Description [src]

Retrieves a named string setting from a node in the buddy list.

Parameters

key

Type: const char*

The identifier of the data.

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

Return value

Type: const char*

The value, or NULL if there is no setting.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.