comparison libpurple/theme-manager.c @ 25089:d60c3d1c6966

fixed some gobject stuff
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Sat, 21 Jun 2008 23:42:57 +0000
parents 9ffbfbcf307d
children 5a02912e0bac
comparison
equal deleted inserted replaced
25088:9ffbfbcf307d 25089:d60c3d1c6966
50 0, /* n_preallocs */ 50 0, /* n_preallocs */
51 NULL, /* instance_init */ 51 NULL, /* instance_init */
52 NULL, /* Value Table */ 52 NULL, /* Value Table */
53 }; 53 };
54 type = g_type_register_static (G_TYPE_OBJECT, 54 type = g_type_register_static (G_TYPE_OBJECT,
55 "PurpleThemeManagerType", 55 "PurpleThemeManager",
56 &info, 0); 56 &info, 0);
57 } 57 }
58 return type; 58 return type;
59 } 59 }
60 60