Method

PurpleRequestFieldListremove_by_id

unstable since: 3.0

Declaration [src]

gboolean
purple_request_field_list_remove_by_id (
  PurpleRequestFieldList* field,
  const char* id
)

Description [src]

Attempts to remove an item with the given id.

Available since: 3.0

Parameters

id

Type: const char*

The id of the item to remove.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

True if an item was found and removed.