summaryrefslogtreecommitdiff
path: root/gobject/gclosure.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows build errors in valgrind.hXavier Claessens2018-05-281-1/+5
* Revert "Fix build error when compiling with mingw"Xavier Claessens2018-05-281-1/+1
* Fix build error when compiling with mingwXavier Claessens2018-05-261-1/+1
* gclosure: Expand documentation and fix some typosPhilip Withnall2018-04-261-1/+3
* docs: Drop unnecessary <!-- -->s from gtk-doc commentsPhilip Withnall2017-11-291-2/+2
* gclosure: Fix (transfer) annotations on GClosure constructorsPhilip Withnall2017-10-061-4/+4
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* gio/gobject: Various introspection fixesRico Tzschichholz2016-02-031-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-8/+12
* ffi: Marshal flags like enumsRay Strode2015-09-161-1/+7
* GClosure: add valgrind hintsRyan Lortie2015-03-231-5/+38
* docs: fix many documentation issues in gobject/Xavier Claessens2015-02-051-0/+20
* Fix typoMichael Catanzaro2014-07-051-1/+1
* gclosure: Remove an unused alloca() and assignmentPhilip Withnall2014-06-221-3/+0
* Add a small note to g_cclosure_marshal_generic docsPaolo Borelli2014-04-031-0/+3
* docs: let go of &ast;Matthias Clasen2014-02-141-4/+4
* Eradicate links and xrefsMatthias Clasen2014-02-081-6/+4
* Docs: replace <literal> by `Matthias Clasen2014-02-061-24/+24
* Docs: use quotes instead of firsttermMatthias Clasen2014-02-061-7/+7
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-2/+2
* Annotate all examples with their languageMatthias Clasen2014-02-011-4/+4
* Docs: Big entity cleanupMatthias Clasen2014-02-011-8/+8
* GObject: Convert docs to markdownMatthias Clasen2014-02-011-16/+11
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Improvde #include order consistencyMatthias Clasen2013-01-011-1/+1
* gclosure: do not copy and leak when generically marshalling return valueMark Nauwelaerts2012-08-051-5/+5
* 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