* cosmetic / minor

This commit is contained in:
djcb
2012-10-27 14:41:20 +03:00
parent 38067eda44
commit ec25124693
4 changed files with 14 additions and 7 deletions

View File

@ -245,6 +245,7 @@ typedef void (*MuMsgPartForeachFunc) (MuMsg *msg, MuMsgPart*, gpointer);
* @param user_data a user-provide pointer that will be passed to the callback
* @param options, bit-wise OR'ed
*
* @return FALSE in case of error, TRUE otherwise
*/
gboolean mu_msg_part_foreach (MuMsg *msg, MuMsgOptions opts,
MuMsgPartForeachFunc func, gpointer user_data);