use appid instead of appname in "tap_shortcut"
[apps/agl-service-homescreen.git] / src / hs-client.h
index 1b2eb8f..2564587 100644 (file)
@@ -30,7 +30,7 @@ public:
     HS_Client &operator=(HS_Client&) = delete;
     ~HS_Client();
 
-    int tap_shortcut(const char* appname);
+    int tap_shortcut(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);