changeset 9037:960bb3bd9ba6

[gaim-migrate @ 9813] simguy broke gaim in more ways than one. but he was around to fix it. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 May 2004 19:39:38 +0000
parents e1280b625174
children 095731b5e4f6
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 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.