get_default


Description:

[ Version ( since = "2.32" ) ]
public static unowned Application? get_default ()

Returns the default Application instance for this process.

Normally there is only one Application per process and it becomes the default when it is created. You can exercise more control over this by using set_default.

If there is no default application then null is returned.

Returns:

the default application for this process, or null