From: Hwankyu Jhun Date: Mon, 23 May 2016 08:55:17 +0000 (+0900) Subject: Add the descriptions about the app_control handle X-Git-Tag: submit/tizen/20170725.231500~6^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3a4d072092591dfc6b27721ab11b56cb1a5abfc;p=platform%2Fcore%2Fapi%2Fapp-event.git Add the descriptions about the app_control handle Change-Id: I5852bc171616801f8349339c83eb0c6e0a3daa52 Signed-off-by: Hwankyu Jhun --- 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