Method

PurpleRequestFieldChoiceget_selected

unstable since: 3.0

Declaration [src]

guint
purple_request_field_choice_get_selected (
  PurpleRequestFieldChoice* field
)

Description [src]

Gets the position of the selected item.

If no item is selected, G_MAXUINT will be returned.

Available since: 3.0

Return value

Type: guint

The position of the selected item.