diff --git a/lib/mu-msg.h b/lib/mu-msg.h index f182dc14..e9596be5 100644 --- a/lib/mu-msg.h +++ b/lib/mu-msg.h @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** Copyright (C) 2010 Dirk-Jan C. Binnema +** Copyright (C) 2010-2012 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -449,7 +449,8 @@ struct _MuMsgIterThreadInfo; */ char* mu_msg_to_sexp (MuMsg *msg, unsigned docid, const struct _MuMsgIterThreadInfo *ti, - MuMsgOptions ops); + MuMsgOptions ops) + G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; /** * move a message to another maildir; note that this does _not_ update @@ -572,8 +573,6 @@ typedef gboolean (*MuMsgContactForeachFunc) (MuMsgContact* contact, void mu_msg_contact_foreach (MuMsg *msg, MuMsgContactForeachFunc func, gpointer user_data); - - G_END_DECLS #endif /*__MU_MSG_H__*/