Function

Purpleprefs_exists

since: 2.0

Declaration [src]

gboolean
purple_prefs_exists (
  const char* name
)

Description [src]

Check if a pref exists.

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

TRUE if the pref exists. Otherwise FALSE.