Method

PurpleAccountOptionset_default_string

since: 2.0

Declaration [src]

void
purple_account_option_set_default_string (
  PurpleAccountOption* option,
  const char* value
)

Description [src]

Sets the default string value for an account option.

Available since: 2.0

Parameters

value

Type: const char*

The default string value.

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