Grx.Application.new
function new(): Grx.Application {
// Gjs wrapper for grx_application_new()
}
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.
- Returns
New instance of Grx.Application or null if init() failed.