comparison src/audacious/ui_skinned_playstatus.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
comparison
equal deleted inserted replaced
4560:798da2a49d09 4561:cc6255f8b568
59 NULL, 59 NULL,
60 sizeof (UiSkinnedPlaystatus), 60 sizeof (UiSkinnedPlaystatus),
61 0, 61 0,
62 (GInstanceInitFunc) ui_skinned_playstatus_init, 62 (GInstanceInitFunc) ui_skinned_playstatus_init,
63 }; 63 };
64 playstatus_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedPlaystatus", &playstatus_info, 0); 64 playstatus_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedPlaystatus_", &playstatus_info, 0);
65 } 65 }
66 66
67 return playstatus_type; 67 return playstatus_type;
68 } 68 }
69 69