Application.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string applicationId, gio.types.ApplicationFlags flags)

Creates a new #GApplication instance.

If non-null, the application id must be valid. See [gio.application.Application.idIsValid].

If no application ID is given then some features of #GApplication (most notably application uniqueness) will be disabled.

Parameters

applicationIdthe application id
flagsthe application flags

Returns

a new #GApplication instance