From fbf27649e8b43a716d45c676acdee83292db7bbb Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 20 May 2019 16:02:58 +0900 Subject: add als2019 source code --- include/libhomescreen.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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: -- cgit 1.2.3-korg