Gdk.exit

Warning gdk_exit is deprecated and should not be used in newly-written code. Exits the application using the exit() system call. This routine is provided mainly for backwards compatibility, since it used to perform tasks necessary to exit the application cleanly. Those tasks are now performed in a function which is automatically called on exit (via the use of g_atexit()).

class Gdk
static
void
exit
()

Parameters

errorCode int

the error code to pass to the exit() call.

Meta