Function

Purpleprefs_set_bool

since: 2.0

Declaration [src]

void
purple_prefs_set_bool (
  const char* name,
  gboolean value
)

Description [src]

Set boolean pref value.

Available since: 2.0

Parameters

name

Type: const char*

The name of the pref.

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

Type: gboolean

The value to set.