summaryrefslogtreecommitdiff
path: root/gobject/gclosure.h
AgeCommit message (Expand)AuthorFilesLines
2002-02-23Add some padding to the class.Owen Taylor1-1/+1
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor1-3/+3
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-0/+3
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-1/+0
2001-11-07provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik1-0/+2
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik1-1/+1
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-16/+16
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-10/+2
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-3/+3
2001-02-16incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik1-0/+1
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-30/+10
2000-11-03prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik1-1/+1
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik1-4/+4
2000-10-25added newly added gobject/ headers.Tim Janik1-0/+185