summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2017-04-26 15:33:08 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2017-05-26 10:00:50 +0900
commit88e7e7b69c108d0b2fea70fd733e38f6c38e27e5 (patch)
treee6c626c53e6966727be3e0ce80a022f29b8b01c5
parent7c8b23e636a40f854ee32783a350f4f7f9db7ade (diff)
downloadapplication-88e7e7b69c108d0b2fea70fd733e38f6c38e27e5.tar.gz
application-88e7e7b69c108d0b2fea70fd733e38f6c38e27e5.tar.bz2
application-88e7e7b69c108d0b2fea70fd733e38f6c38e27e5.zip
Add data key for widget setup app
Change-Id: I661b92a88e9a8c9aae97a6ed10b5853f8f724f4a Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rw-r--r--include/app_control.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/app_control.h b/include/app_control.h
index 5b6443b..1ba1372 100644
--- a/include/app_control.h
+++ b/include/app_control.h
@@ -536,6 +536,30 @@ typedef enum {
/**
+ * @brief Definition for app_control data: Send widget instance id to widget setup app.
+ * @details The value is the id of the widget instance.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_INSTANCE_ID "http://tizen.org/appcontrol/data/widget_instance_id"
+
+
+/**
+ * @brief Definition for app_control data: Send widget content to widget setup app.
+ * @details The value is the content info of the widget instance.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_CONTENT "http://tizen.org/appcontrol/data/widget_content"
+
+
+/**
+ * @brief Definition for app_control data: Send widget appid to widget setup app.
+ * @details The value is the appid declared in the widget application manifest file.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_APP_ID "http://tizen.org/appcontrol/data/widget_app_id"
+
+
+/**
* @brief Called when the reply of the launch request is delivered.
*
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif