comparison src/audacious/ui_svis.c @ 4561:cc6255f8b568

Suffix all type names in core with _
author Tomasz Mon <desowin@gmail.com>
date Mon, 19 May 2008 18:11:41 +0200
parents 246244ead30e
children a77d02342ee1
comparison
equal deleted inserted replaced
4560:798da2a49d09 4561:cc6255f8b568
86 NULL, 86 NULL,
87 sizeof (UiSVis), 87 sizeof (UiSVis),
88 0, 88 0,
89 (GInstanceInitFunc) ui_svis_init, 89 (GInstanceInitFunc) ui_svis_init,
90 }; 90 };
91 vis_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSVis", &vis_info, 0); 91 vis_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSVis_", &vis_info, 0);
92 } 92 }
93 93
94 return vis_type; 94 return vis_type;
95 } 95 }
96 96