stop(): void
Defined in: packages/ffi/src/native/lifecycle.ts:94
Shuts down the GTK application runtime.
Stops the event loop, cleans up resources, and finalizes libraries.
Emits a "stop" event before cleanup.
Returns
void
See
- start for initializing the application
- events for lifecycle event handling