コード例 #1
0
ファイル: trayhost.go プロジェクト: henrylee2cn/trayhost
// Exit exits the application. It can be called from a MenuItem handler.
func Exit() {
	C.exit_loop()
}
コード例 #2
0
ファイル: trayhost.go プロジェクト: iswarezwp/trayhost
func Exit() {
	C.exit_loop()
	cleanup()
}