Function

Purpleprefs_get_bool

Declaration [src]

gboolean
purple_prefs_get_bool (
  const char* name
)

Description [src]

Get boolean pref value.

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.