diff options
author | 2019-05-20 16:02:58 +0900 | |
---|---|---|
committer | 2019-05-20 16:02:58 +0900 | |
commit | fbf27649e8b43a716d45c676acdee83292db7bbb (patch) | |
tree | 5464a4417a2e2947789e598fdbeba414ddf186f2 /include | |
parent | 44290c49e08fe52d6e3ed80720473577131090f4 (diff) |
add als2019 source code
Diffstat (limited to 'include')
-rw-r--r-- | include/libhomescreen.hpp | 2 |
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: |