Warning: quit is deprecated.
Forcefully causes the GIMP library to exit and close down its connection to main gimp application.
there are no alternatives. Quit your plug-ins cleanly instead.
This function never returns.
It is highly unadvised to use this function since the plug-in will not properly return. If you need to return from a plug-in in error, gracefully return with [method@Procedure.new_return_values] setting [enum@Gimp.PDBStatusType.EXECUTION_ERROR] as a status and with a well written [struct@GLib.Error] message to display.