comparison src/audacious/ui_skinned_menurow.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
62 NULL, 62 NULL,
63 sizeof (UiSkinnedMenurow), 63 sizeof (UiSkinnedMenurow),
64 0, 64 0,
65 (GInstanceInitFunc) ui_skinned_menurow_init, 65 (GInstanceInitFunc) ui_skinned_menurow_init,
66 }; 66 };
67 menurow_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedMenurow", &menurow_info, 0); 67 menurow_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedMenurow_", &menurow_info, 0);
68 } 68 }
69 69
70 return menurow_type; 70 return menurow_type;
71 } 71 }
72 72