* mu-msg-part: cosmetics
This commit is contained in:
@ -82,6 +82,7 @@ mu_msg_msg_part_foreach (MuMsg *msg,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
struct _SavePartData {
|
struct _SavePartData {
|
||||||
guint idx, wanted_idx;
|
guint idx, wanted_idx;
|
||||||
const gchar* targetdir;
|
const gchar* targetdir;
|
||||||
|
|||||||
@ -74,8 +74,9 @@ typedef struct _MuMsgPart MuMsgPart;
|
|||||||
#define mu_msg_part_content_type(pi) ((pi)->content_type)
|
#define mu_msg_part_content_type(pi) ((pi)->content_type)
|
||||||
|
|
||||||
|
|
||||||
typedef void (*MuMsgPartForeachFunc) (MuMsgPart *part, gpointer data);
|
|
||||||
|
|
||||||
|
|
||||||
|
typedef void (*MuMsgPartForeachFunc) (MuMsgPart *part, gpointer data);
|
||||||
/**
|
/**
|
||||||
* call a function for each of the contacts in a message
|
* call a function for each of the contacts in a message
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user