Function

Purpleprefs_get_int

Declaration [src]

int
purple_prefs_get_int (
  const char* name
)

Description [src]

Get integer 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: int

The value of the pref.