summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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