Method

PurpleRequestFieldChoiceget_value

Declaration [src]

gpointer
purple_request_field_choice_get_value (
  PurpleRequestFieldChoice* field
)

Description [src]

Returns the user-entered value in a choice field.

Return value

Type: gpointer

The value.

The data is owned by the instance.
The return value can be NULL.