summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-01-23 03:07:28 +0000
committerSung-jae Park <nicesj.park@samsung.com>2013-01-23 03:07:28 +0000
commit2deb3b8f723541e993249369c16c005b8fed5e25 (patch)
treee65c31cc99d01f0b38638c48718a507a6cf6d1b3 /include
parenta256d48370241a78e85a008dfa6575680db6d715 (diff)
downloadlivebox-service-2deb3b8f723541e993249369c16c005b8fed5e25.tar.gz
livebox-service-2deb3b8f723541e993249369c16c005b8fed5e25.tar.bz2
livebox-service-2deb3b8f723541e993249369c16c005b8fed5e25.zip
Add mouse_event attribute
Change-Id: I53537eb3816a0b35b89a3509758a1d64df101f79
Diffstat (limited to 'include')
-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);