summaryrefslogtreecommitdiff
path: root/vendor/github.com/getlantern/systray/systray.h
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:19:33 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:19:33 +0200
commitfde18e485ff7cbc7b2e33dade8e81136f06a5b60 (patch)
tree79a6dbd13e7e4a46e708a70104c548f403b477ae /vendor/github.com/getlantern/systray/systray.h
parent93e1de570f47b095905835735dbd67479aa0c2de (diff)
[pkg] remove vendor
Diffstat (limited to 'vendor/github.com/getlantern/systray/systray.h')
-rw-r--r--vendor/github.com/getlantern/systray/systray.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/getlantern/systray/systray.h b/vendor/github.com/getlantern/systray/systray.h
deleted file mode 100644
index 36bcf98..0000000
--- a/vendor/github.com/getlantern/systray/systray.h
+++ /dev/null
@@ -1,14 +0,0 @@
-extern void systray_ready();
-extern void systray_on_exit();
-extern void systray_menu_item_selected(int menu_id);
-int nativeLoop(void);
-
-void setIcon(const char* iconBytes, int length);
-void setMenuItemIcon(const char* iconBytes, int length, int menuId);
-void setTitle(char* title);
-void setTooltip(char* tooltip);
-void add_or_update_menu_item(int menuId, char* title, char* tooltip, short disabled, short checked);
-void add_separator(int menuId);
-void hide_menu_item(int menuId);
-void show_menu_item(int menuId);
-void quit();