Method

PurpleRequestFieldChoiceremove_item

unstable since: 3.0

Declaration [src]

gboolean
purple_request_field_choice_remove_item (
  PurpleRequestFieldChoice* field,
  BirbLocalizedString* item
)

Description [src]

Removes the given item.

Available since: 3.0

Parameters

item

Type: BirbLocalizedString

The item to remove.

The data is owned by the caller of the method.

Return value

Type: gboolean

True if the item was removed.