summaryrefslogtreecommitdiffstats
path: root/src/qlibhomescreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qlibhomescreen.h')
-rw-r--r--src/qlibhomescreen.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qlibhomescreen.h b/src/qlibhomescreen.h
index 5dd1ae5..a91fda5 100644
--- a/src/qlibhomescreen.h
+++ b/src/qlibhomescreen.h
@@ -40,7 +40,8 @@ public:
Event_HideWindow = LibHomeScreen::Event_HideWindow,
Event_ReplyShowWindow = LibHomeScreen::Event_ReplyShowWindow,
Event_ShowNotification = LibHomeScreen::Event_ShowNotification,
- Event_ShowInformation = LibHomeScreen::Event_ShowInformation
+ Event_ShowInformation = LibHomeScreen::Event_ShowInformation,
+ Event_RegisterShortcut = LibHomeScreen::Event_RegisterShortcut
};
using handler_fun = std::function<void(json_object *object)>;
@@ -58,6 +59,7 @@ public:
Q_INVOKABLE void showWindow(QString application_id, QString area);
Q_INVOKABLE void hideWindow(QString application_id);
Q_INVOKABLE void replyShowWindow(QString application_id, QString reply);
+ Q_INVOKABLE void registerShortcut(QString shortcut_id, QString shortcut_name, QString position);
signals: