Function

Purpleprefs_set_string_list

since: 2.0

Declaration [src]

void
purple_prefs_set_string_list (
  const char* name,
  GList* value
)

Description [src]

Set string 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.
value

Type: A list of utf8

The value to set.

The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.