X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-stream-text-to-html.h;h=18041ede9c306f9cfb6960a6dd688b1891a2dc5d;hb=91a531ee4468a77c332d9a1277e0a3aa1deadabf;hp=afb870044a403939e3ab4fa7d64e84976e0d6310;hpb=e61d161744d31c7799d1a7b5246b53a7a03d9ea5;p=modest 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