Application
Description:
[ CCode ( has_construct_function = false ) ]
public Application (string? application_id, ApplicationFlags flags)
public Application (string? application_id, ApplicationFlags flags)
Creates a new `AdwApplication`.
If `application_id` is not `NULL`, then it must be valid. See [func@Gio.Application.id_is_valid].
If no application ID is given then some features (most notably application uniqueness) will be disabled.
Parameters:
application_id |
The application ID |
flags |
The application flags |
Returns:
the newly created `AdwApplication` |