* mu-msg-gmime: slight doc update

This commit is contained in:
Dirk-Jan C. Binnema 2010-08-18 22:49:46 +03:00
parent 69c93430b9
commit 5e3aa6024f
1 changed files with 3 additions and 2 deletions

View File

@ -220,8 +220,9 @@ const char* mu_msg_gmime_get_subject (MuMsgGMime *msg);
* *
* @param msg a valid MuMsgGMime* instance * @param msg a valid MuMsgGMime* instance
* *
* @return the Message-Id of this Message or NULL in case of error or if there * @return the Message-Id of this Message (without the enclosing <>)
* is none. the returned string should *not* be modified or freed. * or NULL in case of error or if there is none. the returned string
* should *not* be modified or freed.
*/ */
const char* mu_msg_gmime_get_msgid (MuMsgGMime *msg); const char* mu_msg_gmime_get_msgid (MuMsgGMime *msg);