// Exit exits the application. It can be called from a MenuItem handler. func Exit() { C.exit_loop() }
func Exit() { C.exit_loop() cleanup() }