Method
PurpleAccountOptionadd_list_item
since: 2.0
[−]
Declaration [src]
void
purple_account_option_add_list_item (
PurpleAccountOption* option,
const char* key,
const char* value
)
[−]
Parameters
key
-
Type:
const char*
The key.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
const char*
The value.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.