Method
PurpleAccountset_string
since: 2.0
[−]
Declaration [src]
void
purple_account_set_string (
PurpleAccount* account,
const char* name,
const char* value
)
[−]
Parameters
name
-
Type:
const char*
The name of the setting.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
const char*
The setting’s value.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.