From: Hyunho Kang Date: Wed, 26 Apr 2017 06:33:08 +0000 (+0900) Subject: Add data key for widget setup app X-Git-Tag: submit/tizen/20170531.235759~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88e7e7b69c108d0b2fea70fd733e38f6c38e27e5;p=platform%2Fcore%2Fapi%2Fapplication.git Add data key for widget setup app Change-Id: I661b92a88e9a8c9aae97a6ed10b5853f8f724f4a Signed-off-by: Hyunho Kang --- 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 @@ -535,6 +535,30 @@ typedef enum { #define APP_CONTROL_DATA_INPUT_PREDICTION_HINT "http://tizen.org/appcontrol/data/input_prediction_hint" +/** + * @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. *