Method

PurpleRequestFieldListadd_item

unstable since: 3.0

Declaration [src]

void
purple_request_field_list_add_item (
  PurpleRequestFieldList* field,
  BirbLocalizedString* str
)

Description [src]

Adds the item to the list.

Duplicates are allowed.

Available since: 3.0

Parameters

str

Type: BirbLocalizedString

The item to add.

The data is owned by the caller of the method.