Natice API reference issue fix 39/249039/1 tizen_4.0 submit/tizen_4.0/20201210.110858 submit/tizen_4.0/20201230.061611
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Fri, 4 Dec 2020 09:45:03 +0000 (15:15 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Fri, 4 Dec 2020 10:22:01 +0000 (10:22 +0000)
Change-Id: Icda8d94b9f8ef1e948a85fad698a83cd2b69ff5b
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
include/messages_types.h

index fb8fef2da2d0b97f6a0bd401262ee9e488793649..bd06b04b0d1461fbcacdd27ead8eca68e83829ef 100644 (file)
@@ -179,9 +179,6 @@ typedef bool (*messages_search_cb)(messages_message_h msg, int index, int result
  *                 It is not a null-terminated string
  * @param[in] body_length The length of @a body
  * @param[in] user_data The user data to be passed to the callback function
- * @pre You register this callback using messages_push_set_incoming_cb() for getting an incoming message.
- * @see messages_push_set_incoming_cb()
- * @see messages_push_unset_incoming_cb()
  */
 typedef void (*messages_push_incoming_cb)(const char *header, const char *body, int body_length, void *user_data);