Constructor

HeApplicationnew

Declaration

HeApplication*
he_application_new (
  const gchar* application_id,
  GApplicationFlags flags
)

Description [src]

Creates a new application..

Parameters

application_id

Type: const gchar*

The application ID in reverse domain name notation .

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
flags

Type: GApplicationFlags

The application flags, as defined in GIO.ApplicationFlags .

Return value

Type: HeApplication

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.