summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-05-23 17:55:17 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-05-24 09:25:42 +0900
commitd3a4d072092591dfc6b27721ab11b56cb1a5abfc (patch)
tree8fc4de74efa2f160e61166e301c578f379761267 /include
parent50911a76441d25bed1ee93124e9afa50d836c801 (diff)
downloadapplication-d3a4d072092591dfc6b27721ab11b56cb1a5abfc.tar.gz
application-d3a4d072092591dfc6b27721ab11b56cb1a5abfc.tar.bz2
application-d3a4d072092591dfc6b27721ab11b56cb1a5abfc.zip
Add the descriptions about the app_control handle
Change-Id: I5852bc171616801f8349339c83eb0c6e0a3daa52 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/app.h3
1 files changed, 3 insertions, 0 deletions
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