Gimp.get_plug_in
@returns(Gimp.PlugIn)
def get_plug_in():
# Python wrapper for gimp_get_plug_in()
This function returns the plug-in's Gimp.PlugIn instance, which is a a singleton that can exist exactly once per running plug-in.
Since 3.0
- Returns