* mu-msg-part.h: make it C++-friendly
This commit is contained in:
@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
struct _MuMsgPart {
|
struct _MuMsgPart {
|
||||||
|
|
||||||
/* index of this message */
|
/* index of this message */
|
||||||
@ -175,6 +177,6 @@ typedef void (*MuMsgPartForeachFunc) (MuMsg*, MuMsgPart*, gpointer);
|
|||||||
void mu_msg_part_foreach (MuMsg *msg, MuMsgPartForeachFunc func,
|
void mu_msg_part_foreach (MuMsg *msg, MuMsgPartForeachFunc func,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /*__MU_MSG_PART_H__*/
|
#endif /*__MU_MSG_PART_H__*/
|
||||||
|
|||||||
Reference in New Issue
Block a user