Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2005-09-08 | Remove some unused code. Same here And here Mark some functions static. | Kjartan Maraas | 1 | -3/+3 |
2003-10-02 | Add g_type_add/remove_interface_check(), which allows inserting a | Owen Taylor | 1 | -1/+1 |
2003-08-19 | check private instance data after initialization. | Tim Janik | 1 | -0/+6 |
2003-08-06 | Add check for instance private usage within in instance_init. (Currently | Owen Taylor | 1 | -1/+23 |
2003-03-10 | Add support for instance-private data. g_type_class_add_private(), | Owen Taylor | 1 | -6/+50 |
2002-10-12 | test creation of new fundamental types. | Tim Janik | 1 | -0/+12 |
2001-10-29 | Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to include | Daniel Egger | 1 | -1/+3 |
2001-09-10 | got rid of g_set_error_handler(), g_set_warning_handler(), | Tim Janik | 1 | -51/+209 |
2001-06-30 | g_signal_newc() => g_signal_new(). | Owen Taylor | 1 | -7/+7 |
2001-06-29 | Remove debug flag argument to g_type_init() and add | Owen Taylor | 1 | -1/+1 |
2001-03-09 | test program. covers run first/last/cleanup signal handlers, return value | Tim Janik | 1 | -0/+184 |