552 B
552 B
title | id | weight | draft | author |
---|---|---|---|---|
darktable.destroy_event | darktable.destroy_event | 195 | false | people |
function(
event_name : string,
event_type : string,
)
This function removes the callback registered by darktable.register_event. Events are documented in the event section.
- event_name - string - The name of the event used to manipulate the event. The combination of event_name and event_type must be unique.
- event_type - string - The name of the event to register to.