Grx.Application.new_full
function new_full(id: String, flags: Gio.ApplicationFlags): Grx.Application { // Gjs wrapper for grx_application_new_full() }
Create a new instance of Grx.Application. The console will be set to graphics mode or there will be an @error if setting graphics mode failed.
- id
the application id or null
- flags
the application flags
- Returns
New instance of Grx.Application or null if init() failed.