Gimp.PDB.prototype.procedure_exists

function procedure_exists(procedure_name: String): Boolean {
    // Gjs wrapper for gimp_pdb_procedure_exists()
}
  

This function checks if a procedure exists in the procedural database.

Since 3.0

procedure_name

A procedure name

Returns

true if the procedure exists, false otherwise.