Method

PurpleAccountOptionset_default_string

since: 2.0

Declaration [src]

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

Description [src]

Sets the default string value for an account option.

Available since: 2.0

Parameters

value

Type: const gchar*

The default string value.

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