aboutsummaryrefslogtreecommitdiffstats
path: root/include/libhomescreen.hpp
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-15 10:25:43 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-15 10:25:43 +0800
commit8e3a62090a74c72d4c9fc39559d9996531d97b66 (patch)
treeb7b88b14f56135d771874741c591aa9c0c003773 /include/libhomescreen.hpp
parent546a95eb9b061d78deac570afb20ae8afae793a7 (diff)
add registerShortcut function
Change-Id: I11def29f7a55c4a3fcca5e7e9a1d8731aa0c352f
Diffstat (limited to 'include/libhomescreen.hpp')
-rw-r--r--include/libhomescreen.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp
index b7aae77..afc22f0 100644
--- a/include/libhomescreen.hpp
+++ b/include/libhomescreen.hpp
@@ -88,6 +88,7 @@ public:
int replyShowWindow(const char* application_id, json_object* json);
int showNotification(json_object* json);
int showInformation(json_object* json);
+ int registerShortcut(json_object* json);
private: