Fix wrong description 44/89244/1 accepted/tizen/3.0/common/20161114.105142 accepted/tizen/3.0/ivi/20161011.053617 accepted/tizen/3.0/mobile/20161015.032433 accepted/tizen/3.0/tv/20161016.003631 accepted/tizen/3.0/wearable/20161015.080435 accepted/tizen/common/20160926.154021 accepted/tizen/ivi/20160926.001033 accepted/tizen/mobile/20160926.000938 accepted/tizen/tv/20160926.001002 accepted/tizen/wearable/20160926.001019 submit/tizen/20160925.092015 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_3.0_mobile/20161015.000000 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2016 01:16:46 +0000 (10:16 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2016 01:18:17 +0000 (10:18 +0900)
Change-Id: Id5c6780c9fa9f9c55e598c3d7dafc1e838018ac1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
doc/appfw_event_doc.h
include/app_common.h
include/app_control.h
include/app_event.h

index d9205b2..126dbcc 100755 (executable)
  * <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>
  *
index d8a355f..198b96b 100644 (file)
@@ -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
index 42ccc4e..98f69e0 100644 (file)
@@ -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
index 812d063..a2a2ae0 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #endif
 
 /**
- * @file event.h
+ * @file app_event.h
  */
 
 /**