Method

PurpleRequestFieldChoiceget_elements

since: 3.0

Declaration [src]

GList*
purple_request_field_choice_get_elements (
  PurpleRequestFieldChoice* field
)

Description [src]

Returns a list of elements in a choice field.

Available since: 3.0

Return value

Type: A list of None

The list of pairs of {label, value}.

The data is owned by the instance.