Application.this

Creates a new GApplication instance. This function calls g_type_init() for you. The application id must be valid. See g_application_id_is_valid().

  1. this(GApplication* gApplication)
  2. this(string applicationId, GApplicationFlags flags)
    class Application

Parameters

applicationId string

the application id

flags GApplicationFlags

the application flags

Throws

ConstructionException GTK+ fails to create the object.

Meta