Grx.Application.set_quit_on_signal

@accepts(Grx.Application, bool)
@returns(none)
def set_quit_on_signal(self, value):
    # Python wrapper for grx_application_set_quit_on_signal()
  

Sets the "quit-on-signal" property value.

self

a Grx.Application

value

True will cause the application to queue a Grx.EventType.app_quit event when SIGHUP, SIGINT or SIGTERM is received. False will remove the signal handlers.