comparison src/audacious/ui_skinned_textbox.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 23a9ded30c70
comparison
equal deleted inserted replaced
4560:798da2a49d09 4561:cc6255f8b568
100 NULL, 100 NULL,
101 sizeof (UiSkinnedTextbox), 101 sizeof (UiSkinnedTextbox),
102 0, 102 0,
103 (GInstanceInitFunc) ui_skinned_textbox_init, 103 (GInstanceInitFunc) ui_skinned_textbox_init,
104 }; 104 };
105 textbox_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedTextbox", &textbox_info, 0); 105 textbox_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedTextbox_", &textbox_info, 0);
106 } 106 }
107 107
108 return textbox_type; 108 return textbox_type;
109 } 109 }
110 110