Program start and termination

The application context provides signals to make your application ready to run. You basically implement AgsApplicationContext::prepare, AgsApplicationContext::setup and AgsApplicationContext::register-types. It is upto you how the application shall behave.

AgsApplicationContext::quit signal terminates your application. Feel free to provide your own implementation.