From 0a232b36bf48cd8493e455466e7cdbfd96d7aa7f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 21 May 2000 09:18:20 +0000 Subject: Updated for the GtkHTML API changes. Also fixed some compiler warnings here and there. svn path=/trunk/; revision=3145 --- filter/filter-format.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'filter/filter-format.c') diff --git a/filter/filter-format.c b/filter/filter-format.c index 8f0f67b16e..b7a2a956be 100644 --- a/filter/filter-format.c +++ b/filter/filter-format.c @@ -57,7 +57,7 @@ struct description_decode_lambda { GString *str; GList *args; GtkHTML *html; - GtkHTMLStreamHandle *stream; + GtkHTMLStream *stream; }; static char * @@ -129,7 +129,7 @@ filter_description_text(GList *description, GList *args) } static void -html_write(GtkHTML *html, GtkHTMLStreamHandle *stream, char *s) +html_write(GtkHTML *html, GtkHTMLStream *stream, char *s) { d(printf("appending html '%s'\n", s)); gtk_html_write(html, stream, s, strlen(s)); @@ -187,7 +187,7 @@ description_decode_html(struct filter_desc *d, struct description_decode_lambda } void -filter_description_html_write(GList *description, GList *args, GtkHTML *html, GtkHTMLStreamHandle *stream) +filter_description_html_write(GList *description, GList *args, GtkHTML *html, GtkHTMLStream *stream) { char *txt; struct description_decode_lambda l; -- cgit v1.2.3