Mercurial > pidgin.yaz
changeset 9034:bbb8733c7818
[gaim-migrate @ 9810]
SimGuy says Oops.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sun, 23 May 2004 18:38:07 +0000 |
parents | 4ef4d3220f81 |
children | e743bf55dc06 |
files | src/gtkimhtml.c src/gtkimhtml.h |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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,
--- 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.