Method

PurpleRequestFieldChoiceremove

unstable since: 3.0

Declaration [src]

gboolean
purple_request_field_choice_remove (
  PurpleRequestFieldChoice* field,
  guint position
)

Description [src]

Removes the item at the given position.

Available since: 3.0

Parameters

position

Type: guint

The position of the item to remove.

Return value

Type: gboolean

True if the item was removed.