comparison src/audacious/ui_vis.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
69 NULL, 69 NULL,
70 sizeof (UiVis), 70 sizeof (UiVis),
71 0, 71 0,
72 (GInstanceInitFunc) ui_vis_init, 72 (GInstanceInitFunc) ui_vis_init,
73 }; 73 };
74 vis_type = g_type_register_static (GTK_TYPE_WIDGET, "UiVis", &vis_info, 0); 74 vis_type = g_type_register_static (GTK_TYPE_WIDGET, "UiVis_", &vis_info, 0);
75 } 75 }
76 76
77 return vis_type; 77 return vis_type;
78 } 78 }
79 79