Gimp.PlugIn::quit
@accepts(Gimp.PlugIn)
@returns(none)
def do_quit(plug_in):
This method can be overridden by a plug-in which needs to perform some actions upon quitting.
- plug_in
a Gimp.PlugIn.
@accepts(Gimp.PlugIn)
@returns(none)
def do_quit(plug_in):
This method can be overridden by a plug-in which needs to perform some actions upon quitting.
a Gimp.PlugIn.