Method

PurpleRequestFieldListis_selected

Declaration [src]

gboolean
purple_request_field_list_is_selected (
  PurpleRequestFieldList* field,
  const char* item
)

Description [src]

Returns whether or not a particular item is selected in a list field.

Parameters

item

Type: const char*

The item.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if the item is selected. FALSE otherwise.