Method

PurpleAccountOptionadd_list_item

since: 2.0

Declaration [src]

void
purple_account_option_add_list_item (
  PurpleAccountOption* option,
  const gchar* key,
  const gchar* value
)

Description [src]

Adds an item to a list account option.

Available since: 2.0

Parameters

key

Type: const gchar*

The key.

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

Type: const gchar*

The value.

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