comparison src/audacious/ui_skinned_window.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 961906c766e4
children
comparison
equal deleted inserted replaced
4560:798da2a49d09 4561:cc6255f8b568
56 0, /* n_preallocs */ 56 0, /* n_preallocs */
57 (GInstanceInitFunc) ui_skinned_window_init 57 (GInstanceInitFunc) ui_skinned_window_init
58 }; 58 };
59 59
60 window_type = 60 window_type =
61 g_type_register_static (GTK_TYPE_WINDOW, "SkinnedWindow", 61 g_type_register_static (GTK_TYPE_WINDOW, "SkinnedWindow_",
62 &window_info, 0); 62 &window_info, 0);
63 } 63 }
64 64
65 return window_type; 65 return window_type;
66 } 66 }