X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-stream-text-to-html.h;h=18041ede9c306f9cfb6960a6dd688b1891a2dc5d;hp=afb870044a403939e3ab4fa7d64e84976e0d6310;hb=2a9c38d6fbe294e14bb04397df447fca4f7b91da;hpb=e61d161744d31c7799d1a7b5246b53a7a03d9ea5 diff --git a/src/modest-stream-text-to-html.h b/src/modest-stream-text-to-html.h index afb8700..18041ed 100644 --- a/src/modest-stream-text-to-html.h +++ b/src/modest-stream-text-to-html.h @@ -73,6 +73,8 @@ 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