summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2020-10-30 13:40:05 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2020-11-02 12:18:52 +0900
commit6bf4e480e74c6f2a13a22367a4d59c39f3b3b7fe (patch)
tree77662326322c3afb4f628faa4216f6a94882d18c
parent433f70526e20b117df29163e1c007a233f7ec720 (diff)
downloadnotification-6bf4e480e74c6f2a13a22367a4d59c39f3b3b7fe.tar.gz
notification-6bf4e480e74c6f2a13a22367a4d59c39f3b3b7fe.tar.bz2
notification-6bf4e480e74c6f2a13a22367a4d59c39f3b3b7fe.zip
Fix wrong descriptions
Change-Id: I7dbeb9570e92c2e623c39986a5f02d71dfe239bd Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
-rw-r--r--notification-ex/api/notification_ex_chat_message.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/notification-ex/api/notification_ex_chat_message.h b/notification-ex/api/notification_ex_chat_message.h
index 5212038..9e1c975 100644
--- a/notification-ex/api/notification_ex_chat_message.h
+++ b/notification-ex/api/notification_ex_chat_message.h
@@ -98,7 +98,7 @@ int noti_ex_item_chat_message_create(noti_ex_item_h *handle, const char *id,
* @brief Gets the notification_ex item handle for the chat message name.
* @details The name is a notification_ex item handle created with noti_ex_item_text_create().
* @since_tizen 5.5
- * @remarks @a name should not be released.
+ * @remarks @a name must be released using noti_ex_item_destroy().
* @remarks The @a name is available until @a handle is released.
* @param[in] handle The notification_ex item handle
* @param[out] name The notification_ex item handle with name
@@ -128,7 +128,7 @@ int noti_ex_item_chat_message_get_name(noti_ex_item_h handle, noti_ex_item_h *na
* @brief Gets the notification_ex item handle for the chat message text.
* @details The text is a notification_ex item handle created with noti_ex_item_text_create().
* @since_tizen 5.5
- * @remarks @a text should not be released.
+ * @remarks @a text must be released using noti_ex_item_destroy().
* @remarks The @a text is available until @a handle is released.
* @param[in] handle The notification_ex item handle
* @param[out] text The notification_ex item handle with text
@@ -158,7 +158,7 @@ int noti_ex_item_chat_message_get_text(noti_ex_item_h handle, noti_ex_item_h *te
* @brief Gets the notification_ex item handle for the chat message image.
* @details The image is a notification_ex item handle created with noti_ex_item_image_create().
* @since_tizen 5.5
- * @remarks @a image should not be released.
+ * @remarks @a image must be released using noti_ex_item_destroy().
* @remarks The @a image is available until @a handle is released.
* @param[in] handle The notification_ex item handle
* @param[out] image The notification_ex item handle with image
@@ -188,7 +188,7 @@ int noti_ex_item_chat_message_get_image(noti_ex_item_h handle, noti_ex_item_h *i
* @brief Gets the notification_ex item handle for the chat message time.
* @details The time is notification_ex item handle created with noti_ex_item_time_create().
* @since_tizen 5.5
- * @remarks @a time should not be released.
+ * @remarks @a time must be released using noti_ex_item_destroy().
* @remarks The @a time is available until @a handle is released.
* @param[in] handle The notification_ex item handle
* @param[out] time The notification_ex item handle with time