modify register/update shortcut
[src/libhomescreen.git] / include / libhomescreen.hpp
index 4abb8b2..d0b270a 100644 (file)
@@ -85,8 +85,8 @@ public:
        int showNotification(json_object* json);
        int showInformation(json_object* json);
        int getRunnables(void);
-       int registerShortcut(json_object* json);
-       int updateShortcut(json_object* json);
+       int registerShortcut(const char* application_id, json_object* json);
+       int updateShortcut(const char* application_id, json_object* json);
 
 private:
        int initialize_websocket();