* cleanup some header files
This commit is contained in:
@ -86,7 +86,7 @@ typedef struct _MuMsgPart MuMsgPart;
|
||||
#define mu_msg_part_content_id(pi) ((pi)->content_id)
|
||||
|
||||
|
||||
/**
|
||||
/**
|
||||
* does this msg part look like an attachment?
|
||||
*
|
||||
* @param part a message part
|
||||
@ -159,7 +159,7 @@ int mu_msg_part_find_cid (MuMsg *msg, const char* content_id);
|
||||
* @param a regular expression to match the filename with
|
||||
*
|
||||
* @return a list with indices for the files matching the pattern; the
|
||||
* indices are the GPOINTER_TO_UNIT(lst->data) of the list. The must
|
||||
* indices are the GPOINTER_TO_UINT(lst->data) of the list. The must
|
||||
* be freed with g_slist_free
|
||||
*/
|
||||
GSList* mu_msg_part_find_files (MuMsg *msg, const GRegex *pattern);
|
||||
|
||||
Reference in New Issue
Block a user