summaryrefslogtreecommitdiff
path: root/gobject/gclosure.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'fix/gclosure-invoke-type-annotation' into 'main'"revert-cd93c350Evan Welsh2021-08-291-1/+1
* docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-021-34/+58
* gclosure: Fix the invoke() return_value annotationOle André Vadla Ravnås2021-07-091-1/+1
* gobject: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-201-1/+1
* closure: Support generic marshals for interface returnsBenjamin Otte2020-11-021-3/+13
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* Revert last 4 commitsBenjamin Otte2019-11-261-13/+3
* closure: Support generic marshals for interface returnsBenjamin Otte2019-11-251-3/+13
* gclosure: Minor documentation formatting improvementsPhilip Withnall2018-08-161-1/+1
* gclosure: Clarify when destroy notifiers are called in documentationPhilip Withnall2018-08-161-0/+4
* 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