Grx.Application.prototype.get_quit_on_signal
function get_quit_on_signal(): Boolean { // Gjs wrapper for grx_application_get_quit_on_signal() }
Gets the "quit-on-signal" property value.
- Returns
true if the application will quit when SIGHUP, SIGINT or SIGTERM is received, otherwise false.