Gimp.get_pdb

function get_pdb(): Gimp.PDB {
    // Gjs wrapper for gimp_get_pdb()
}
  

This function returns the plug-in's Gimp.PDB instance, which is a singleton that can exist exactly once per running plug-in.

Since 3.0

Returns

The plug-in's Gimp.PDB singleton.