Gimp.PlugIn.get_temp_procedures
@accepts(Gimp.PlugIn)
@returns([Gimp.Procedure])
def get_temp_procedures(self):
# Python wrapper for gimp_plug_in_get_temp_procedures()
This function retrieves the list of temporary procedure of self as added with [method@PlugIn.add_temp_procedure].
Since 3.0
- self
A plug-in
- Returns