Grx.Application.get_quit_on_signal

@accepts(Grx.Application)
@returns(bool)
def get_quit_on_signal(self):
    # Python wrapper for grx_application_get_quit_on_signal()
  

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

self

a Grx.Application

Returns