Struct

PurpleRequestDatasheetAction

Description

struct PurpleRequestDatasheetAction {
  /* No available fields */
}
No description available.

Functions

purple_request_datasheet_action_new

Creates new datasheet action.

since: 3.0

Instance methods

purple_request_datasheet_action_call

Calls the callback of the action.

since: 3.0

purple_request_datasheet_action_free

Destroys the datasheet action.

since: 3.0

purple_request_datasheet_action_get_label

Gets the label of action.

since: 3.0

purple_request_datasheet_action_is_sensitive

Checks, if the action is enabled for the active record.

since: 3.0

purple_request_datasheet_action_set_cb

Sets the callback for the action.

since: 3.0

purple_request_datasheet_action_set_label

Sets the localized label for the action.

since: 3.0

purple_request_datasheet_action_set_sens_cb

Sets the sensitivity checker for the action.

since: 3.0