Gimp.PlugIn.prototype.get_temp_procedures
function get_temp_procedures(): Array(Gimp.Procedure) {
// Gjs wrapper for gimp_plug_in_get_temp_procedures()
}
This function retrieves the list of temporary procedure of plug_in as added with [method@PlugIn.add_temp_procedure].
Since 3.0
- Returns
The list of procedures.