Gimp.get_parasite
function get_parasite(name: String): Gimp.Parasite {
// Gjs wrapper for gimp_get_parasite()
}
Look up a global parasite.
Finds and returns the global parasite that was previously attached.
Since 2.8
- name
The name of the parasite to find.
- Returns
The found parasite.