# HG changeset patch # User Tim Ringenbach # Date 1085337487 0 # Node ID bbb8733c7818d6f80e87a78c3cf307f29994b9b4 # Parent 4ef4d3220f81fd18f207c2c247cd4b84d824a0a1 [gaim-migrate @ 9810] SimGuy says Oops. committer: Tailor Script diff -r 4ef4d3220f81 -r bbb8733c7818 src/gtkimhtml.c --- a/src/gtkimhtml.c Sun May 23 18:15:15 2004 +0000 +++ b/src/gtkimhtml.c Sun May 23 18:38:07 2004 +0000 @@ -1106,12 +1106,12 @@ return GTK_WIDGET(g_object_new(gtk_imhtml_get_type(), NULL)); } -GType gtk_imhtml_get_type() +GtkType gtk_imhtml_get_type() { - static GType imhtml_type = 0; + static GtkType imhtml_type = 0; if (!imhtml_type) { - static const GTypeInfo imhtml_info = { + static const GtkTypeInfo imhtml_info = { sizeof(GtkIMHtmlClass), NULL, NULL, diff -r 4ef4d3220f81 -r bbb8733c7818 src/gtkimhtml.h --- a/src/gtkimhtml.h Sun May 23 18:15:15 2004 +0000 +++ b/src/gtkimhtml.h Sun May 23 18:38:07 2004 +0000 @@ -408,7 +408,7 @@ * * @param scale The GTK IM/HTML scalable. */ -void gtk_imhtml_hr_free(GtkIMHtmlScalable scale*); +void gtk_imhtml_hr_free(GtkIMHtmlScalable *scale); /** * Rescales a GTK IM/HTML scalable horizontal rule to a given size. @@ -417,7 +417,7 @@ * @param width The new width. * @param height The new height. */ -void gtk_imhtml_hr_scale(GtkIMHtmlScalable scale*, int width, int height); +void gtk_imhtml_hr_scale(GtkIMHtmlScalable *scale, int width, int height); /** * Adds a GTK IM/HTML scalable horizontal rule to a given GTK IM/HTML at @@ -427,7 +427,7 @@ * @param imhtml The GTK IM/HTML. * @param iter The GtkTextIter at which to add the scalable. */ -void gtk_imhtml_hr_add_to(GtkIMHtmlScalable scale*, GtkIMHtml *, GtkTextIter *); +void gtk_imhtml_hr_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *, GtkTextIter *); /** * Finds and highlights a given string in a GTK IM/HTML.