summaryrefslogtreecommitdiff
path: root/gobject/testgobject.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09gobject: remove -DG_DISABLE_CONST_RETURNSRyan Lortie1-2/+2
2011-05-02Fix compiler warningsDan Winship1-0/+2
2005-09-08Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas1-3/+3
2003-10-02Add g_type_add/remove_interface_check(), which allows inserting aOwen Taylor1-1/+1
2003-08-19check private instance data after initialization.Tim Janik1-0/+6
2003-08-06Add check for instance private usage within in instance_init. (CurrentlyOwen Taylor1-1/+23
2003-03-10Add support for instance-private data. g_type_class_add_private(),Owen Taylor1-6/+50
2002-10-12test creation of new fundamental types.Tim Janik1-0/+12
2001-10-29Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to includeDaniel Egger1-1/+3
2001-09-10got rid of g_set_error_handler(), g_set_warning_handler(),Tim Janik1-51/+209
2001-06-30g_signal_newc() => g_signal_new().Owen Taylor1-7/+7
2001-06-29Remove debug flag argument to g_type_init() and addOwen Taylor1-1/+1
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik1-0/+184