diff options
Diffstat (limited to 'src/hs-client.h')
-rw-r--r-- | src/hs-client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hs-client.h b/src/hs-client.h index 2564587..16fa39c 100644 --- a/src/hs-client.h +++ b/src/hs-client.h @@ -31,10 +31,15 @@ public: ~HS_Client(); int tap_shortcut(const char* appid); + int showWindow(afb_req_t request, const char* appid); + int hideWindow(afb_req_t request); + int replyShowWindow(afb_req_t request, const char* appid); int on_screen_message (afb_req_t request, const char* message); int on_screen_reply (afb_req_t request, const char* message); int subscribe(afb_req_t request, const char* event); int unsubscribe(afb_req_t request, const char* event); + int showNotification(afb_req_t request); + int showInformation(afb_req_t request); private: bool checkEvent(const char* event); |