Gimp.PlugIn.get_pdb_error_handler
@accepts(Gimp.PlugIn)
@returns(Gimp.PDBErrorHandler)
def get_pdb_error_handler(self):
# Python wrapper for gimp_plug_in_get_pdb_error_handler()
Retrieves the active error handler for procedure calls.
This procedure retrieves the currently active error handler for procedure calls made by the calling plug-in. See gimp_plugin_set_pdb_error_handler() for details.
Since 3.0
- self
A plug-in
- Returns