summaryrefslogtreecommitdiff
path: root/include/livebox-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/livebox-service.h')
-rw-r--r--include/livebox-service.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/livebox-service.h b/include/livebox-service.h
index f9f8383..7fdd3f0 100644
--- a/include/livebox-service.h
+++ b/include/livebox-service.h
@@ -38,6 +38,7 @@ enum livebox_size_type {
* \param[in] type
* \param[out] width
* \param[out] height
+ * \return 0 for success
*/
extern int livebox_service_get_size(int type, int *width, int *height);
@@ -49,6 +50,12 @@ extern int livebox_service_get_size(int type, int *width, int *height);
extern int livebox_service_size_type(int width, int height);
/*!
+ * \param[in] pkgid Livebox's appid
+ * \return true(1) / false(0)
+ */
+extern int livebox_service_mouse_event(const char *pkgid);
+
+/*!
*/
extern int livebox_service_trigger_update(const char *pkgname, const char *cluster, const char *category);