add getRunnalbes
[src/libqthomescreen.git] / src / qlibhomescreen.cpp
index c67d408..b530055 100644 (file)
@@ -314,3 +314,18 @@ void QLibHomeScreen::showNotification(QString icon, QString text)
 
     mp_hs->showNotification(j_obj);
 }
+
+/**
+ * get runnables list from homescreen-service
+ *
+ * #### Parameters
+ * - Nothing
+ *
+ * #### Resturn
+ * - None.
+ *
+ */
+void QLibHomeScreen::getRunnables(void)
+{
+    mp_hs->getRunnables();
+}
\ No newline at end of file