From d3a4d072092591dfc6b27721ab11b56cb1a5abfc Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Mon, 23 May 2016 17:55:17 +0900 Subject: Add the descriptions about the app_control handle Change-Id: I5852bc171616801f8349339c83eb0c6e0a3daa52 Signed-off-by: Hwankyu Jhun --- include/app.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/app.h b/include/app.h index f9304b4..0962ed1 100644 --- a/include/app.h +++ b/include/app.h @@ -107,6 +107,9 @@ typedef void (*app_terminate_cb) (void *user_data); * the passed app_control handle may include only the default operation (#APP_CONTROL_OPERATION_DEFAULT) without any data. * For more information, see The @ref CAPI_APP_CONTROL_MODULE API description. * + * @remarks After this callback returns, the handle of the app_control is freed. + * Therefore, if you want to use the handle after returning this callback, you MUST copy it by using app_control_clone() API. + * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] app_control The handle to the app_control * @param[in] user_data The user data passed from the callback registration function -- cgit v1.2.3