Method

PurpleRequestFieldChoicetake

unstable since: 3.0

Declaration [src]

void
purple_request_field_choice_take (
  PurpleRequestFieldChoice* field,
  BirbLocalizedString* item
)

Description [src]

Adds an item to the choices but takes ownership of it.

Available since: 3.0

Parameters

item

Type: BirbLocalizedString

The item.

The instance takes ownership of the data, and is responsible for freeing it.