X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-msg.h;h=c4fcd3a1a823e35afb09e9bf845ed9225ffca388;hp=0c0126a5d13c92636791f1b5a386185b9770fa90;hb=9dd0650122bcb4bbcd29a28b8cae0343299a71cc;hpb=0f720e60eae6b09e5e1b19c5d10f01188705f19a diff --git a/src/modest-tny-msg.h b/src/modest-tny-msg.h index 0c0126a..c4fcd3a 100644 --- a/src/modest-tny-msg.h +++ b/src/modest-tny-msg.h @@ -119,6 +119,16 @@ TnyMsg* modest_tny_msg_new_html_plain (const gchar* mailto, const gchar* mailfro */ TnyMimePart* modest_tny_msg_find_body_part (TnyMsg * self, gboolean want_html); +/** + * modest_tny_msg_find_calendar_part: + * @self: a message + * + * search a message for the calendar part. + * + * Returns: the TnyMimePart for the found part, or NULL if no matching part is found + */ +TnyMimePart* modest_tny_msg_find_calendar_part (TnyMsg *self); + /** * modest_tny_msg_find_body: