summaryrefslogtreecommitdiff
path: root/gobject/gclosure.h
Commit message (Expand)AuthorAgeFilesLines
* Add one missing ':' and reformate GParamFlags docs.Stefan Kost2008-06-211-1/+1
* Migrating docs.Stefan Kost2008-06-211-0/+85
* Fix macro argument. (#505674, Areg Beketovski)Behdad Esfahbod2007-12-261-1/+1
* turned all modifications to the first 32 integer bits in a closure intoTim Janik2005-08-011-10/+14
* Add some padding to the class.Owen Taylor2002-02-231-1/+1
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-3/+3
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-181-0/+3
* add API for chaining: g_signal_chain_from_overridden() andTim Janik2001-11-141-1/+0
* provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik2001-11-071-0/+2
* added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2001-04-031-1/+1
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-16/+16
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-10/+2
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-3/+3
* incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik2001-02-161-0/+1
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-30/+10
* prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik2000-11-031-1/+1
* publically define GSignalInvocationHint structure that gets passed in toTim Janik2000-10-271-4/+4
* added newly added gobject/ headers.Tim Janik2000-10-251-0/+185