Sun, 23 May 2004 19:39:38 +0000
[gaim-migrate @ 9813]
simguy broke gaim in more ways than one. but he was around to fix it.
committer: Luke Schierer <lschiere@pidgin.im>
| src/gtkimhtml.c | file | annotate | diff | comparison | revisions | |
| src/gtkimhtml.h | file | annotate | diff | comparison | revisions |
--- a/src/gtkimhtml.c Sun May 23 19:03:49 2004 +0000 +++ b/src/gtkimhtml.c Sun May 23 19:39:38 2004 +0000 @@ -1106,12 +1106,12 @@ return GTK_WIDGET(g_object_new(gtk_imhtml_get_type(), NULL)); } -GtkType gtk_imhtml_get_type() +GType gtk_imhtml_get_type() { - static GtkType imhtml_type = 0; + static GType imhtml_type = 0; if (!imhtml_type) { - static const GtkTypeInfo imhtml_info = { + static const GTypeInfo imhtml_info = { sizeof(GtkIMHtmlClass), NULL, NULL,
--- a/src/gtkimhtml.h Sun May 23 19:03:49 2004 +0000 +++ b/src/gtkimhtml.h Sun May 23 19:39:38 2004 +0000 @@ -212,11 +212,11 @@ /*@{*/ /** - * Returns the GtkType object for an IM/HTML widget. + * Returns the GType object for an IM/HTML widget. * - * @return The GtkType for an IM/HTML widget. + * @return The GType for an IM/HTML widget. */ -GtkType gtk_imhtml_get_type(void); +GType gtk_imhtml_get_type(void); /** * Creates and returns a new GTK IM/HTML widget.