Application.this

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

Creates a new [adw.application.Application].

If application_id is not NULL, then it must be valid. See [gio.application.Application.idIsValid].

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

Parameters

applicationIdThe application ID
flagsThe application flags

Returns

the newly created [adw.application.Application]