Function

Purpleprefs_get_path_list

since: 2.0

Declaration [src]

GList*
purple_prefs_get_path_list (
  const char* name
)

Description [src]

Get path list 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: A list of utf8

The value of the pref.

The caller of the function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.