if (!assert_dialog_type)
{
- static const GTypeInfo assert_dialog_info =
+ const GTypeInfo assert_dialog_info =
{
sizeof (GtkAssertDialogClass),
NULL, /* base_init */
if (!list_store_type)
{
- static const GTypeInfo list_store_info =
+ const GTypeInfo list_store_info =
{
sizeof (GtkWxListStoreClass),
NULL, /* base_init */
if (!cell_wx_type)
{
- static const GTypeInfo cell_wx_info =
+ const GTypeInfo cell_wx_info =
{
sizeof (GtkWxCellRendererClass),
NULL, /* base_init */
if (our_type == 0)
{
- static const GTypeInfo our_info =
+ const GTypeInfo our_info =
{
sizeof (EggTrayIconClass),
(GBaseInitFunc) NULL,
if (!tree_entry_type)
{
- static const GTypeInfo tree_entry_info =
+ const GTypeInfo tree_entry_info =
{
sizeof (GtkTreeEntryClass),
NULL, /* base_init */
if (!pizza_type)
{
- static const GTypeInfo pizza_info =
+ const GTypeInfo pizza_info =
{
sizeof (GtkPizzaClass),
NULL, /* base_init */
if (our_type == 0)
{
- static const GTypeInfo our_info =
+ const GTypeInfo our_info =
{
sizeof (EggTrayIconClass),
(GBaseInitFunc) NULL,