X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-stream-text-to-html.h;h=1d3424eec33befa33fe2287a1f4be6984712b3ee;hb=510590f52651569cdb510f4a568e1a18e637bd0e;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..1d3424e 100644 --- a/src/modest-stream-text-to-html.h +++ b/src/modest-stream-text-to-html.h @@ -73,6 +73,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); G_END_DECLS