Gimp.Procedure.prototype.extension_ready
function extension_ready(): void {
// Gjs wrapper for gimp_procedure_extension_ready()
}
Notify the main GIMP application that the extension has been properly initialized and is ready to run.
This function _must_ be called from every procedure's [callback@RunFunc] that was created as #GIMP_PDB_PROC_TYPE_EXTENSION.
Subsequently, extensions can process temporary procedure run requests using either [method@PlugIn.extension_enable] or [method@PlugIn.extension_process].
See also: [ctor@Procedure.new].
Since 3.0