Gimp.Procedure.persistent_ready (original) (raw)
Notify the main GIMP application that the persistent procedure has been properly initialized and is ready to run.
This function must be called from every procedure’s GimpRunFuncthat was created as GimpPDBProcType.
Subsequently, extensions can process temporary procedure run requests using either gimp_plug_in_persistent_enable() orgimp_plug_in_persistent_process().
See also: gimp_procedure_new().