From: Abhimanyu Swami Date: Fri, 4 Dec 2020 09:45:03 +0000 (+0530) Subject: Natice API reference issue fix X-Git-Tag: submit/tizen_5.5/20201208.053114^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_5.5_unified;p=platform%2Fcore%2Fapi%2Fmessages.git Natice API reference issue fix Change-Id: Icda8d94b9f8ef1e948a85fad698a83cd2b69ff5b Signed-off-by: Abhimanyu Swami --- 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);