Add the descriptions about the app_control handle 32/71032/2
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 23 May 2016 08:55:17 +0000 (17:55 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 24 May 2016 00:25:42 +0000 (09:25 +0900)
Change-Id: I5852bc171616801f8349339c83eb0c6e0a3daa52
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app.h

index f9304b4..0962ed1 100644 (file)
@@ -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