Method

PurpleRequestDatasheetrecord_remove

since: 3.0

Declaration [src]

void
purple_request_datasheet_record_remove (
  PurpleRequestDatasheet* sheet,
  gpointer key
)

Description [src]

Removes a record from a datasheet.

Available since: 3.0

Parameters

key

Type: gpointer

The key.

The argument can be NULL.
The data is owned by the caller of the function.