summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>2020-12-04 15:15:03 +0530
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>2020-12-04 10:21:23 +0000
commitc6cbbc48ca8197d84203bde08b5e446f6e041cf3 (patch)
tree3fab100fbf988b7005054777800973c8b26cb7f5
parentc3fb5cc67953ba33303783db2ceda563135eb2be (diff)
downloadmessages-accepted/tizen_5.5_unified.tar.gz
messages-accepted/tizen_5.5_unified.tar.bz2
messages-accepted/tizen_5.5_unified.zip
Change-Id: Icda8d94b9f8ef1e948a85fad698a83cd2b69ff5b Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
-rw-r--r--include/messages_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/messages_types.h b/include/messages_types.h
index fb8fef2..bd06b04 100644
--- a/include/messages_types.h
+++ b/include/messages_types.h
@@ -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);