Method

PurpleRequestFieldListset_selected

Declaration [src]

void
purple_request_field_list_set_selected (
  PurpleRequestFieldList* field,
  GList* items
)

Description [src]

Sets a list of selected items in a list field.

Parameters

items

Type: A list of utf8

The list of selected items.

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