Function

Purpleprefs_get_bool

since: 2.0

Declaration [src]

gboolean
purple_prefs_get_bool (
  const char* name
)

Description [src]

Get 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.

Return value

Type: gboolean

The value of the pref.