Gimp.ProcedureConfig.prototype.get_procedure

function get_procedure(): Gimp.Procedure {
    // Gjs wrapper for gimp_procedure_config_get_procedure()
}
  

This function returns the [class@Procedure] which created config, see [method@Procedure.create_config].

Since 3.0

Returns

The procedure which created this config.