comparison src/audacious/ui_skinned_number.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
63 NULL, 63 NULL,
64 sizeof (UiSkinnedNumber), 64 sizeof (UiSkinnedNumber),
65 0, 65 0,
66 (GInstanceInitFunc) ui_skinned_number_init, 66 (GInstanceInitFunc) ui_skinned_number_init,
67 }; 67 };
68 number_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedNumber", &number_info, 0); 68 number_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedNumber_", &number_info, 0);
69 } 69 }
70 70
71 return number_type; 71 return number_type;
72 } 72 }
73 73