comparison src/audacious/ui_skinned_horizontal_slider.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
75 NULL, 75 NULL,
76 sizeof (UiSkinnedHorizontalSlider), 76 sizeof (UiSkinnedHorizontalSlider),
77 0, 77 0,
78 (GInstanceInitFunc) ui_skinned_horizontal_slider_init, 78 (GInstanceInitFunc) ui_skinned_horizontal_slider_init,
79 }; 79 };
80 horizontal_slider_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedHorizontalSlider", &horizontal_slider_info, 0); 80 horizontal_slider_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedHorizontalSlider_", &horizontal_slider_info, 0);
81 } 81 }
82 82
83 return horizontal_slider_type; 83 return horizontal_slider_type;
84 } 84 }
85 85