use appid instead of appname in "tap_shortcut"
[src/libhomescreen.git] / include / libhomescreen.hpp
index 0d3815d..54662d4 100644 (file)
@@ -24,7 +24,6 @@
 #include <systemd/sd-event.h>
 extern "C"
 {
-#include <afb/afb-binding.h>
 #include <afb/afb-wsj1.h>
 #include <afb/afb-ws-client.h>
 }
@@ -52,7 +51,7 @@ public:
     /* Method */
     int init(const int port, const std::string& token);
 
-    int tapShortcut(const char* application_name);
+    int tapShortcut(const char* application_id);
     int onScreenMessage(const char* display_message);
     int onScreenReply(const char* reply_message);