aboutsummaryrefslogtreecommitdiffstats
path: root/include/libhomescreen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/libhomescreen.hpp')
-rw-r--r--include/libhomescreen.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp
index e51e01c..0361fa4 100644
--- a/include/libhomescreen.hpp
+++ b/include/libhomescreen.hpp
@@ -51,6 +51,7 @@ public:
Event_ShowNotification,
Event_ShowInformation,
Event_AppListChanged,
+ Event_RegisterShortcut,
Event_Max
};
@@ -82,6 +83,7 @@ public:
int showNotification(json_object* json);
int showInformation(json_object* json);
int getRunnables(void);
+ int registerShortcut(json_object* json);
private: