* mu-msg-contact: use the G_(BEGIN|END)_DECLS so it can be used from c++

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-12 16:26:02 +03:00
parent 41aa7370b8
commit d9b5f2514a

View File

@ -23,6 +23,8 @@
#include <glib.h>
#include "mu-msg.h"
G_BEGIN_DECLS
enum _MuMsgContactType { /* Reply-To:? */
MU_MSG_CONTACT_TYPE_TO,
MU_MSG_CONTACT_TYPE_FROM,
@ -91,5 +93,6 @@ typedef gboolean (*MuMsgContactForeachFunc) (MuMsgContact* contact,
void mu_msg_contact_foreach (MuMsg *msg, MuMsgContactForeachFunc func,
gpointer user_data);
G_END_DECLS
#endif /*__MU_MSG_CONTACT_H__*/