summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-06-15 21:35:39 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-06-16 08:07:56 +0900
commit5d4ef56db970718cd0181cd9f17dfb601543d660 (patch)
treed1d9972c6ce81808e2400dbf3ec3cf1ea6532252 /include
parent05260c11c6e1e937b0eb0066be09b1c9b5391632 (diff)
downloadapplication-5d4ef56db970718cd0181cd9f17dfb601543d660.tar.gz
application-5d4ef56db970718cd0181cd9f17dfb601543d660.tar.bz2
application-5d4ef56db970718cd0181cd9f17dfb601543d660.zip
Change-Id: Ic6d0759d21cbc47d97fc9f5d6e0f8f7078b42b5f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/app_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/app_internal.h b/include/app_internal.h
index d2ccb7b..bdd09fe 100644
--- a/include/app_internal.h
+++ b/include/app_internal.h
@@ -268,7 +268,7 @@ void app_efl_exit(void);
* @param[in] argv The argument vector
* @param[in] callback The set of callback functions to handle application lifecycle events
* @param[in] user_data The user data to be passed to the callback functions
- * @param[in] handle The handle of appcore context
+ * @param[out] handle The appcore_context handle to be newly created on success
*
* @return 0 on success, otherwise a negative error value
* @retval #APP_ERROR_NONE Successful