aboutsummaryrefslogtreecommitdiffstats
path: root/include/libhomescreen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/libhomescreen.hpp')
-rw-r--r--include/libhomescreen.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp
index 4abb8b2..d0b270a 100644
--- a/include/libhomescreen.hpp
+++ b/include/libhomescreen.hpp
@@ -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();