From 8e3a62090a74c72d4c9fc39559d9996531d97b66 Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Mon, 15 Apr 2019 10:25:43 +0800 Subject: add registerShortcut function Change-Id: I11def29f7a55c4a3fcca5e7e9a1d8731aa0c352f --- include/libhomescreen.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libhomescreen.hpp') 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: -- cgit 1.2.3-korg