Post #2765061
2026-05-03 18:22 UTC
@wwarner@techhub.social the quit() method is on the GApplication class, and it will raise a flag to return immediately from the (blocking) run() method. You can still destroy everything by releasing the reference on the application instance before returning to the OS at the end of your main function, but not everyone does it.
Replies (0)
No replies.