Application.getDefault
gio.application.Application getDefault()Returns the default #GApplication instance for this process.
Normally there is only one #GApplication per process and it becomes the default when it is created. You can exercise more control over this by using [gio.application.Application.setDefault].
If there is no default application then null is returned.
Returns
the default application for this process, or null