Method

PurpleRequestFieldListget_selected

Declaration [src]

GList*
purple_request_field_list_get_selected (
  PurpleRequestFieldList* field
)

Description [src]

Returns a list of selected items in a list field.

To retrieve the data for each item, use purple_request_field_list_get_data().

Return value

Type: A list of utf8

The list of selected items.

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