summaryrefslogtreecommitdiff
path: root/gobject/gclosure.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-02Fix up section commentsMatthias Clasen1-4/+2
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-123/+151
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-43/+48
2008-06-22Migrating docs.Stefan Kost1-0/+12
2008-06-21Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost1-2/+2
2008-06-21Add titles back from tmpl.Stefan Kost1-0/+1
2008-06-21Use file-names from the section file for SECTION: comments.Stefan Kost1-1/+1
2008-06-21Migrating docs.Stefan Kost1-0/+566
2006-01-30Remove C++ commentMatthias Clasen1-1/+1
2005-09-08Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas1-2/+0
2005-08-03Mark the vint member as volatile, which seems to be necessary to makeMatthias Clasen1-1/+1
2005-08-01turned all modifications to the first 32 integer bits in a closure intoTim Janik1-44/+99
2005-07-30reverted notify_mutex introduction, since this prevents parallelizedTim Janik1-282/+110
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen1-110/+282
2005-03-14Make work again.Matthias Clasen1-1/+4
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+1
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede1-4/+4
2001-11-26typedef GType to gulong instead of gsize, if possible.Tim Janik1-3/+3
2001-11-07provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik1-1/+2
2001-04-09increment version to 1.3.4 (binary 0, interface 0).Tim Janik1-1/+2
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-14/+14
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-4/+4
2001-02-16incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik1-8/+22
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-0/+1
2001-01-24Don't leak closure->notifiers.41-0/+1
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-2/+2
2000-10-27fixed notifier position for post_marshal guard which was off at 0.Tim Janik1-2/+2
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik1-9/+17
2000-10-27fixed deadlock scenarion where g_signal_lookup() would be called with theTim Janik1-4/+4
2000-10-25added newly added gobject/ headers.Tim Janik1-0/+534