API Reference / @gtkx/runtime / CommandLineApplication
Type Alias: CommandLineApplication
CommandLineApplication =
object
Defined in: packages/runtime/dist/application-class.d.ts:7
The GIO application surface createApplication builds on, which Gio.Application and every subclass of it satisfies structurally.
Methods
quit()
quit():
void
Defined in: packages/runtime/dist/application-class.d.ts:9
Marks the application as quitting, so GLib's own run returns without driving a main loop.
Returns
void