mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:20:48 +08:00
![]() Make sure no pointers to the stack are passed to g_idle_add, because at the time the callback gets executed on the main thread, the pointer might be invalid. Go might have reused the stack or grown the stack and the pointer is invalid. The concept used on Windows has been ported to Linux. |
||
---|---|---|
.. | ||
browser.go | ||
calloc.go | ||
dialog.go | ||
frontend.go | ||
gtk.go | ||
invoke.go | ||
keys.go | ||
menu.go | ||
responsewriter.go | ||
window.go |