summaryrefslogtreecommitdiff
path: root/gobject/gclosure.c
Commit message (Expand)AuthorAgeFilesLines
* gclosure: Support return values of GVariantsJasper St. Pierre2012-04-091-0/+3
* Use G_VA_COPY instead of va_copy()Chun-wei Fan2012-03-081-1/+1
* Add _g_closure_is_void to check for NULL vfuncsAlexander Larsson2012-03-021-0/+36
* Add optional support for varargs marshallers to GClosureAlexander Larsson2012-03-021-3/+361
* Add GRealClosure and move meta_marshallers thereAlexander Larsson2012-03-021-48/+33
* gobjet/gclosure.c: Fix styling issuesChun-wei Fan2011-10-061-1/+1
* gobject/gclosure.c: Add type cast for int_val = valueChun-wei Fan2011-10-061-1/+1
* Revert "gobject/gclosure.c: Made up for missed pointer deref"Chun-wei Fan2011-10-061-1/+1
* gobject/gclosure.c: Made up for missed pointer derefChun-wei Fan2011-10-061-1/+1
* closure: fix handling of ENUMs and integral return types on 64-bit BE platformsDan Williams2011-10-051-17/+59
* gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters2011-09-221-1/+1
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* Add missing GClosure annotationsPavel Holejsovsky2011-08-191-3/+4
* gclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for g_cclosure_marshal_generic()Colin Walters2011-06-201-0/+8
* gclosure: Add missing includeColin Walters2011-06-141-0/+1
* gclosure: add missing fundamental types to generic marshalerXan Lopez2011-06-141-0/+8
* Fix compiler warningsDan Winship2011-05-021-0/+2
* Add a generic libffi based marshaller to libgobjectDavid Zeuthen2011-04-081-0/+194
* Add GI annotations to GClosure and friends.Pavel Holejsovsky2010-12-191-14/+15
* binding: Add a default marshaller for the closure APIEmmanuele Bassi2010-08-041-0/+15
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* Document g_cclosure_marshal_VOID__VARIANTMatthias Clasen2010-06-231-1/+17
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-4/+4
* Fix up section commentsMatthias Clasen2008-07-021-4/+2
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-123/+151
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-43/+48
* Migrating docs.Stefan Kost2008-06-221-0/+12
* Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost2008-06-211-2/+2
* Add titles back from tmpl.Stefan Kost2008-06-211-0/+1
* Use file-names from the section file for SECTION: comments.Stefan Kost2008-06-211-1/+1
* Migrating docs.Stefan Kost2008-06-211-0/+566
* Remove C++ commentMatthias Clasen2006-01-301-1/+1
* Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas2005-09-081-2/+0
* Mark the vint member as volatile, which seems to be necessary to makeMatthias Clasen2005-08-031-1/+1
* turned all modifications to the first 32 integer bits in a closure intoTim Janik2005-08-011-44/+99
* reverted notify_mutex introduction, since this prevents parallelizedTim Janik2005-07-301-282/+110
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-110/+282
* Make work again.Matthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+1
* glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede2002-03-131-4/+4
* typedef GType to gulong instead of gsize, if possible.Tim Janik2001-11-261-3/+3
* provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik2001-11-071-1/+2
* increment version to 1.3.4 (binary 0, interface 0).Tim Janik2001-04-091-1/+2
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-14/+14
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-4/+4
* incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik2001-02-161-8/+22
* adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik2001-01-311-0/+1
* Don't leak closure->notifiers.42001-01-241-0/+1
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-2/+2
* fixed notifier position for post_marshal guard which was off at 0.Tim Janik2000-10-271-2/+2