Application.this

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.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string applicationId, gio.types.ApplicationFlags flags)
    class Application

Parameters

applicationId string

The application ID

flags gio.types.ApplicationFlags

The application flags

Return Value

the newly created adw.application.Application