[kdbus] Do not set body message if signature field is empty
[platform/upstream/glib.git] / gobject / gclosure.c
2014-07-06 Michael CatanzaroFix typo
2014-06-22 Philip Withnallgclosure: Remove an unused alloca() and assignment
2014-04-03 Paolo BorelliAdd a small note to g_cclosure_marshal_generic docs
2014-02-15 Matthias Clasendocs: let go of *
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: use quotes instead of firstterm
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenGObject: Convert docs to markdown
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-01 Matthias ClasenImprovde #include order consistency
2012-08-05 Mark Nauwelaertsgclosure: do not copy and leak when generically marshal...
2012-04-10 Jasper St. Pierregclosure: Support return values of GVariants
2012-03-08 Chun-wei FanUse G_VA_COPY instead of va_copy()
2012-03-05 Alexander LarssonMerge branch 'signal-performance'
2012-03-02 Alexander LarssonAdd _g_closure_is_void to check for NULL vfuncs
2012-03-02 Alexander LarssonAdd optional support for varargs marshallers to GClosure
2012-03-02 Alexander LarssonAdd GRealClosure and move meta_marshallers there
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-06 Chun-wei Fangobjet/gclosure.c: Fix styling issues
2011-10-06 Chun-wei Fangobject/gclosure.c: Add type cast for int_val = value
2011-10-06 Chun-wei FanRevert "gobject/gclosure.c: Made up for missed pointer...
2011-10-06 Chun-wei Fangobject/gclosure.c: Made up for missed pointer deref
2011-10-05 Dan Williamsclosure: fix handling of ENUMs and integral return...
2011-09-23 Colin Waltersgvalue: Add explicitly signed g_value_get_schar() and...
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-08-19 Pavel HolejsovskyAdd missing GClosure annotations
2011-06-20 Colin Waltersgclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for g_cclosu...
2011-06-14 Colin Waltersgclosure: Add missing include
2011-06-14 Xan Lopezgclosure: add missing fundamental types to generic...
2011-05-02 Dan WinshipFix compiler warnings
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-08 David ZeuthenAdd a generic libffi based marshaller to libgobject
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-19 Pavel HolejsovskyAdd GI annotations to GClosure and friends.
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-04 Emmanuele Bassibinding: Add a default marshaller for the closure API
2010-07-07 Ryan Lortiegobject/: fully remove gobjectalias hacks
2010-06-23 Matthias ClasenDocument g_cclosure_marshal_VOID__VARIANT
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2008-07-02 Matthias ClasenFix up section comments
2008-06-22 Michael Nattererremove trailing whitespace from newly added gtk-doc...
2008-06-22 Michael Natterermoved includes back to the top of the files (before...
2008-06-22 Stefan KostMigrating docs.
2008-06-21 Stefan KostAdd --sgml-mode to allow sgml in doc-fragments (which...
2008-06-21 Stefan KostAdd titles back from tmpl.
2008-06-21 Stefan KostUse file-names from the section file for SECTION: comments.
2008-06-21 Stefan KostMigrating docs.
2006-01-30 Matthias ClasenRemove C++ comment
2005-09-08 Kjartan MaraasRemove some unused code. Same here And here Mark some...
2005-08-03 Matthias ClasenMark the vint member as volatile, which seems to be...
2005-08-01 Tim Janikturned all modifications to the first 32 integer bits...
2005-07-30 Tim Janikreverted notify_mutex introduction, since this prevents...
2005-07-15 Matthias ClasenMake refcounting threadsafe by using atomic operations...
2005-03-14 Matthias ClasenMake work again.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2002-03-13 Erwann Chenedeglib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-07 Tim Janikprovide G_CLOSURE_N_NOTIFIERS() for people that need...
2001-04-09 Tim Janikincrement version to 1.3.4 (binary 0, interface 0).
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-16 Tim Janikincorporated huge docu patch from Eric Lemings <eric...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2001-01-24 4Don't leak closure->notifiers.
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-10-27 Tim Janikfixed notifier position for post_marshal guard which...
2000-10-27 Tim Janikpublically define GSignalInvocationHint structure that...
2000-10-27 Tim Janikfixed deadlock scenarion where g_signal_lookup() would...
2000-10-25 Tim Janikadded newly added gobject/ headers.