Method

PurpleBlistNoderemove_setting

Declaration [src]

void
purple_blist_node_remove_setting (
  PurpleBlistNode* node,
  const char* key
)

Description [src]

Removes a named setting from a blist node.

Parameters

key

Type: const char*

The name of the setting.

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