summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-09-23 10:16:46 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-09-23 10:18:17 +0900
commit297cff039defd4029ec88722292360e0ac6feaaf (patch)
treee33038a2291b082155b1bbbc81f0fe83283d6d92
parentc8ac335ef551ab7d8ee391033681a855e705e91f (diff)
downloadapplication-297cff039defd4029ec88722292360e0ac6feaaf.tar.gz
application-297cff039defd4029ec88722292360e0ac6feaaf.tar.bz2
application-297cff039defd4029ec88722292360e0ac6feaaf.zip
Change-Id: Id5c6780c9fa9f9c55e598c3d7dafc1e838018ac1 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rwxr-xr-xdoc/appfw_event_doc.h2
-rw-r--r--include/app_common.h2
-rw-r--r--include/app_control.h4
-rw-r--r--include/app_event.h2
4 files changed, 5 insertions, 5 deletions
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 @@
* <tr>
* <td>SYSTEM_EVENT_NETWORK_STATUS</td>
* <td>EVENT_KEY_NETWORK_STATUS</td>
- * <td>EVENT_VAL_NETWORK_DISCONNECTED<br/>EVENT_VAL_NETWORK_WIFI</br>EVENT_VAL_NETWORK_CELLULAR</br>EVENT_VAL_NETWORK_ETHERNET</br>EVENT_VAL_NETWORK_BT</br>EVENT_VAL_NETWORK_NET_PROXY</td>
+ * <td>EVENT_VAL_NETWORK_DISCONNECTED<br/>EVENT_VAL_NETWORK_WIFI<br/>EVENT_VAL_NETWORK_CELLULAR<br/>EVENT_VAL_NETWORK_ETHERNET<br/>EVENT_VAL_NETWORK_BT<br/>EVENT_VAL_NETWORK_NET_PROXY</td>
* </tr>
* </table>
*
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
*/
/**