Method

PurpleAccountset_bool

since: 2.0

Declaration [src]

void
purple_account_set_bool (
  PurpleAccount* account,
  const char* name,
  gboolean value
)

Description [src]

Sets a protocol-specific boolean setting for an account.

Available since: 2.0

Parameters

name

Type: const char*

The name of the setting.

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

Type: gboolean

The setting’s value.