Method

PurpleAccountSettingStringset_value

unstable since: 3.0

Declaration [src]

void
purple_account_setting_string_set_value (
  PurpleAccountSettingString* setting,
  const char* value
)

Description [src]

Sets the value of the setting.

Available since: 3.0

Parameters

value

Type: const char*

The new value.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.