X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-stream-text-to-html.h;h=18041ede9c306f9cfb6960a6dd688b1891a2dc5d;hp=1d3424eec33befa33fe2287a1f4be6984712b3ee;hb=HEAD;hpb=98bc7d6724076480df8cf72ec31d541d56dc8bb4 diff --git a/src/modest-stream-text-to-html.h b/src/modest-stream-text-to-html.h index 1d3424e..18041ed 100644 --- a/src/modest-stream-text-to-html.h +++ b/src/modest-stream-text-to-html.h @@ -74,6 +74,7 @@ GObject* modest_stream_text_to_html_new (TnyStream *out_stream); void modest_stream_text_to_html_set_linkify_limit (ModestStreamTextToHtml *self, gssize limit); void modest_stream_text_to_html_set_full_limit (ModestStreamTextToHtml *self, gssize limit); void modest_stream_text_to_html_set_line_limit (ModestStreamTextToHtml *self, gssize limit); +gboolean modest_stream_text_to_html_limit_reached (ModestStreamTextToHtml *self); G_END_DECLS