aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/homescreenhandler.h')
-rw-r--r--homescreen/src/homescreenhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h
index 539d380..2858e30 100644
--- a/homescreen/src/homescreenhandler.h
+++ b/homescreen/src/homescreenhandler.h
@@ -34,7 +34,9 @@ public:
Q_INVOKABLE void tapShortcut(QString application_name, bool is_full);
Q_INVOKABLE QString getCurrentApplication();
+ Q_INVOKABLE void killRunningApplications();
void setCurrentApplication(QString application_name);
+ int getPidOfApplication(QString application_name);
void onRep(struct json_object* reply_contents);
void onEv(const string& event, struct json_object* event_contents);