comparison src/gtkimhtml.c @ 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 697e169dac12
children 960bb3bd9ba6
comparison
equal deleted inserted replaced
9033:4ef4d3220f81 9034:bbb8733c7818
1104 GtkWidget *gtk_imhtml_new(void *a, void *b) 1104 GtkWidget *gtk_imhtml_new(void *a, void *b)
1105 { 1105 {
1106 return GTK_WIDGET(g_object_new(gtk_imhtml_get_type(), NULL)); 1106 return GTK_WIDGET(g_object_new(gtk_imhtml_get_type(), NULL));
1107 } 1107 }
1108 1108
1109 GType gtk_imhtml_get_type() 1109 GtkType gtk_imhtml_get_type()
1110 { 1110 {
1111 static GType imhtml_type = 0; 1111 static GtkType imhtml_type = 0;
1112 1112
1113 if (!imhtml_type) { 1113 if (!imhtml_type) {
1114 static const GTypeInfo imhtml_info = { 1114 static const GtkTypeInfo imhtml_info = {
1115 sizeof(GtkIMHtmlClass), 1115 sizeof(GtkIMHtmlClass),
1116 NULL, 1116 NULL,
1117 NULL, 1117 NULL,
1118 (GClassInitFunc) gtk_imhtml_class_init, 1118 (GClassInitFunc) gtk_imhtml_class_init,
1119 NULL, 1119 NULL,