Method

PurpleRequestFieldListadd_selected

Declaration [src]

void
purple_request_field_list_add_selected (
  PurpleRequestFieldList* field,
  const char* item
)

Description [src]

Adds a selected item to the list field.

Parameters

item

Type: const char*

The item to add.

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