comparison console/libgnt/gntmenuitemcheck.c @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents 97977138cf29
children
comparison
equal deleted inserted replaced
15811:71b017348c39 15814:1c8f1dc50685
34 NULL, /* class_finalize */ 34 NULL, /* class_finalize */
35 NULL, /* class_data */ 35 NULL, /* class_data */
36 sizeof(GntMenuItemCheck), 36 sizeof(GntMenuItemCheck),
37 0, /* n_preallocs */ 37 0, /* n_preallocs */
38 gnt_menuitem_check_init, /* instance_init */ 38 gnt_menuitem_check_init, /* instance_init */
39 NULL /* value_table */
39 }; 40 };
40 41
41 type = g_type_register_static(GNT_TYPE_MENUITEM, 42 type = g_type_register_static(GNT_TYPE_MENUITEM,
42 "GntMenuItemCheck", 43 "GntMenuItemCheck",
43 &info, 0); 44 &info, 0);