Gimp.Procedure.extension_ready

@accepts(Gimp.Procedure)
@returns(none)
def extension_ready(self):
    # Python 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