summaryrefslogtreecommitdiff
path: root/include/livebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/livebox.h')
-rw-r--r--include/livebox.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/livebox.h b/include/livebox.h
index a3b8e12..b1e85a1 100644
--- a/include/livebox.h
+++ b/include/livebox.h
@@ -171,6 +171,19 @@ extern const int LB_SYS_EVENT_MMC_STATUS_CHANGED;
/*!
* \brief
+ * Set highlight to given part
+ */
+#define LB_DESC_TYPE_ACCESS_OPERATION "access,operation"
+
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_SET "set,hl"
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_UNSET "unset,hl"
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_NEXT "next,hl"
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_PREV "prev,hl"
+#define LB_DESC_OPTION_ACCESS_HL_LOOP "cycle"
+#define LB_DESC_OPTION_ACCESS_HL_NOLOOP "no,cycle"
+
+/*!
+ * \brief
* Extra event informatino for livebox_content_event interface function
*/
#ifndef __PROVIDER_H