Function

Purpleprefs_add_bool

Declaration [src]

void
purple_prefs_add_bool (
  const char* name,
  gboolean value
)

Description [src]

Add a new boolean pref.

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 initial value to set.