From: Hwankyu Jhun Date: Fri, 23 Sep 2016 01:16:46 +0000 (+0900) Subject: Fix wrong description X-Git-Tag: submit/tizen/20170725.231500~6^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=297cff039defd4029ec88722292360e0ac6feaaf;p=platform%2Fcore%2Fapi%2Fpreference.git Fix wrong description Change-Id: Id5c6780c9fa9f9c55e598c3d7dafc1e838018ac1 Signed-off-by: Hwankyu Jhun --- diff --git a/doc/appfw_event_doc.h b/doc/appfw_event_doc.h index d9205b2..126dbcc 100755 --- a/doc/appfw_event_doc.h +++ b/doc/appfw_event_doc.h @@ -272,7 +272,7 @@ * * SYSTEM_EVENT_NETWORK_STATUS * EVENT_KEY_NETWORK_STATUS - * EVENT_VAL_NETWORK_DISCONNECTED
EVENT_VAL_NETWORK_WIFI
EVENT_VAL_NETWORK_CELLULAR
EVENT_VAL_NETWORK_ETHERNET
EVENT_VAL_NETWORK_BT
EVENT_VAL_NETWORK_NET_PROXY + * EVENT_VAL_NETWORK_DISCONNECTED
EVENT_VAL_NETWORK_WIFI
EVENT_VAL_NETWORK_CELLULAR
EVENT_VAL_NETWORK_ETHERNET
EVENT_VAL_NETWORK_BT
EVENT_VAL_NETWORK_NET_PROXY * * * diff --git a/include/app_common.h b/include/app_common.h index d8a355f..198b96b 100644 --- a/include/app_common.h +++ b/include/app_common.h @@ -355,7 +355,7 @@ char *app_get_resource_path(void); * The specific error code can be obtained using the get_last_result(). Error codes are described in Exception section. * * @return The absolute path to the application's shared data directory, @n - * Otherwise a null pointer if the memory is insufficient. Since Tizen 3.0, returns NULL and set #APP_ERROR_PERMISSION denied if the application does not declare the shareddata privilege. + * Otherwise a null pointer if the memory is insufficient. Since Tizen 3.0, returns NULL and set #APP_ERROR_PERMISSION_DENIED if the application does not declare the shareddata privilege. * @exception #APP_ERROR_NONE Success * @exception #APP_ERROR_OUT_OF_MEMORY Out of memory * @exception #APP_ERROR_PERMISSION_DENIED Permission denied diff --git a/include/app_control.h b/include/app_control.h index 42ccc4e..98f69e0 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -1078,7 +1078,7 @@ int app_control_is_reply_requested(app_control_h app_control, bool *requested); * * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @param[in] app_control The app_control handle - * @param[in] launch_mode The launch mode of app + * @param[in] mode The launch mode of app * * @return 0 on success, otherwise a negative error value * @retval #APP_CONTROL_ERROR_NONE Successful @@ -1096,7 +1096,7 @@ int app_control_set_launch_mode(app_control_h app_control, * the function returns #APP_CONTROL_LAUNCH_MODE_SINGLE launch mode. * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @param[in] app_control The app_control handle - * @param[out] launch_mode The launch mode of app + * @param[out] mode The launch mode of app * * @return 0 on success, otherwise a negative error value * @retval #APP_CONTROL_ERROR_NONE Successful diff --git a/include/app_event.h b/include/app_event.h index 812d063..a2a2ae0 100644 --- a/include/app_event.h +++ b/include/app_event.h @@ -25,7 +25,7 @@ extern "C" { #endif /** - * @file event.h + * @file app_event.h */ /**