add new features in homescreen-service and homescreen
[apps/agl-service-homescreen.git] / src / hs-client.h
index 1b2eb8f..16fa39c 100644 (file)
@@ -30,11 +30,16 @@ public:
     HS_Client &operator=(HS_Client&) = delete;
     ~HS_Client();
 
-    int tap_shortcut(const char* appname);
+    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);