diff options
Diffstat (limited to 'toolkit/andlabs/main.go')
| -rw-r--r-- | toolkit/andlabs/main.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/andlabs/main.go b/toolkit/andlabs/main.go index bf13746..19a8aaa 100644 --- a/toolkit/andlabs/main.go +++ b/toolkit/andlabs/main.go @@ -55,6 +55,11 @@ func Callback(guiCallback chan toolkit.Action) { callback = guiCallback } +func PluginChannel() chan toolkit.Action { + return pluginChan +} + + // Other goroutines must use this to access the GUI // // You can not acess / process the GUI thread directly from |
