Fix API description error 23/204323/1
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 23 Apr 2019 05:48:16 +0000 (14:48 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 23 Apr 2019 05:48:16 +0000 (14:48 +0900)
Change-Id: I4b0317e2738ac57f80dd59290f5c38b0d8d8d156
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
notification-ex/api/notification_ex_chat_message.h
notification-ex/api/notification_ex_event_info.h
notification-ex/api/notification_ex_manager.h
notification-ex/api/notification_ex_progress.h
notification-ex/api/notification_ex_reporter.h

index 574a78b8aa5bffe834e6e7fe53843528ce3ee863..3b7eb74338bcb805233cbd7c85455d5508a13add 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  */
 typedef enum _noti_ex_item_chat_message_type {
        NOTI_EX_ITEM_CHAT_MESSAGE_TYPE_USER, /**< The user of chat message */
-       NOTI_EX_ITEM_CHAT_MESSAGE_TYPE_SENDER, /**< The sender of chat messasge */
+       NOTI_EX_ITEM_CHAT_MESSAGE_TYPE_SENDER, /**< The sender of chat message */
 } noti_ex_item_chat_message_type_e;
 
 /**
index f361355011868502bbfa5cd71a65a0bca1c3d32f..b8916c15672219da2d580ce419278cc6f7c27a05 100644 (file)
@@ -120,7 +120,7 @@ int noti_ex_event_info_destroy(noti_ex_event_info_h handle);
 int noti_ex_event_info_get_event_type(noti_ex_event_info_h handle, noti_ex_event_info_type_e *event_type);
 
 /**
- * @brief Gets the app id of event owner
+ * @brief Gets the app id of event owner.
  * @since_tizen 5.5
  * @remarks @a owner must be released using free().
  * @param[in] handle The notification_ex event info handle
@@ -198,7 +198,7 @@ int noti_ex_event_info_get_item_id(noti_ex_event_info_h handle, char **item_id);
  * @brief Gets the id of request for an event.
  * @since_tizen 5.5
  * @param[in] handle The notification_ex event info handle
- * @param[out] req_id The id of reqeust for event
+ * @param[out] req_id The id of request for event
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
index 2d55a7f95d250826d59b68002598e1271e35bc8e..13c12086dc3f369a252e93c9960bb33b625d85f7 100644 (file)
@@ -453,7 +453,7 @@ int noti_ex_manager_hide(noti_ex_manager_h handle, noti_ex_item_h item,
  * @privilege %http://tizen.org/privilege/notification
  * @remarks @a root_id is the id of the foremost notification item.
  * @param[in] handle The notification manager handle
- * @param[in] root_id The id of the foremost notification item to be retrived
+ * @param[in] root_id The id of the foremost notification item to be retrieved
  * @param[out] item The result of the find operation \n
  *             The @a item must be released using noti_ex_item_destroy().
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
index 9fbf5b6ec508d2ae9c13cbf17cd7e761a56fba10..9bc781f24067d9a67a274bf0900efbf69b9e89bd 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
  * @remarks @a handle must be released using noti_ex_item_destroy().
  * @param[out] handle The notification_ex item handle
  * @param[in] id The id of notification_ex item
- * @param[in] min The minimun value of progress
+ * @param[in] min The minimum value of progress
  * @param[in] current The current value of progress
  * @param[in] max The maximum value of progress
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
index 81b8e22da7d90ecff533d053482cc03f65a0ee5e..adb0a18e6f943f5aa68a49bbdcba003665dff5e4 100644 (file)
@@ -213,6 +213,7 @@ int noti_ex_reporter_send_error(noti_ex_reporter_h handle,
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_reporter_create
  * @par Sample code:
@@ -255,6 +256,7 @@ int noti_ex_reporter_post(noti_ex_reporter_h handle, noti_ex_item_h noti,
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_reporter_create
  * @par Sample code:
@@ -302,6 +304,7 @@ int noti_ex_reporter_post_list(noti_ex_reporter_h handle, noti_ex_item_h *noti_l
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_reporter_create
  * @par Sample code:
@@ -342,6 +345,7 @@ int noti_ex_reporter_update(noti_ex_reporter_h handle, noti_ex_item_h noti,
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_reporter_create
  * @par Sample code:
@@ -380,6 +384,7 @@ int noti_ex_reporter_delete(noti_ex_reporter_h handle, noti_ex_item_h noti,
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_reporter_create
  * @par Sample code:
@@ -413,12 +418,13 @@ int noti_ex_reporter_delete_all(noti_ex_reporter_h handle,
  * @privlevel public
  * @privilege %http://tizen.org/privilege/notification
  * @param[in] handle The notification reporter handle
- * @param[in] root_id The id of the foremost notification item to be retrived
+ * @param[in] root_id The id of the foremost notification item to be retrieved
  * @param[out] item The result of the find operation \n
  *             The @a item must be released using noti_ex_item_destroy().
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_reporter_create
  * @see #noti_ex_item_destroy()