From: Hwankyu Jhun Date: Thu, 26 Aug 2021 02:38:33 +0000 (+0900) Subject: Add new definitions for app group X-Git-Tag: submit/tizen/20210826.234204~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b539ef60e87d52937d4f56abff6ada7cfd3304a0;p=platform%2Fcore%2Fapi%2Fapp-control.git Add new definitions for app group Adds: - #APP_CONTROL_DATA_INSERT_AFTER_CALLER - #APP_CONTROL_DATA_ATTACH_BELOW Change-Id: I664958b5d0d71c85d7d564e93cd9bca92e98f822 Signed-off-by: Hwankyu Jhun --- diff --git a/include/app_control_internal.h b/include/app_control_internal.h index 9bb5dfb..646574b 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -82,6 +82,20 @@ extern "C" { */ #define APP_CONTROL_DATA_INSERT_BEFORE_WINDOW "__K_INSERT_BEFORE_WINDOW" +/** + * @brief Definition for the app_control data: The value for supporting positioning of the callee app group. + * @details If the value exists, the callee app information will be inserted into the app group after the the caller position. + * @since_tizen 6.5 + */ +#define APP_CONTROL_DATA_INSERT_AFTER_CALLER "__K_INSERT_AFTER_CALLER" + +/** + * @brief Definition for the app_control data: The value for attaching the window below the caller. + * @details If the value exists, the window of the callee will be attached below the window of the caller. + * @since_tizen 6.5 + */ +#define APP_CONTROL_DATA_ATTACH_BELOW "__K_ATTACH_BELOW" + /** * @brief Replaces all data in the app_control with the bundle. *