Function

Purpleprefs_get_string

since: 2.0

Declaration [src]

const char*
purple_prefs_get_string (
  const char* name
)

Description [src]

Get string 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: const char*

The value of the pref.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.