Method

PurpleAccountOptionget_list

since: 2.0

Declaration [src]

GList*
purple_account_option_get_list (
  const PurpleAccountOption* option
)

Description [src]

Returns the list values for an account option.

Available since: 2.0

Return value

Type: A list of None

A list of PurpleKeyValuePair, mapping the human-readable description of the value to the (const char *) that should be passed to purple_account_set_string() to set the option.

The data is owned by the instance.