summaryrefslogtreecommitdiff
path: root/gobject/gclosure.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename user data parameters to user_data"badcel2023-01-091-2/+2
* Rename all visibility macrosXavier Claessens2022-10-131-18/+18
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* Rename user data parameters to user_dataTestingPlant2022-05-221-2/+2
* docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-021-4/+8
* gobject: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-201-10/+10
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gclosure: Expand documentation and fix some typosPhilip Withnall2018-04-261-1/+1
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-5/+5
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-1/+2
* docs: fix many documentation issues in gobject/Xavier Claessens2015-02-051-0/+19
* docs: Remove <!-- --> comment before plural sVolker Sobek2014-04-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+18
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Add optional support for varargs marshallers to GClosureAlexander Larsson2012-03-021-0/+18
* Add GRealClosure and move meta_marshallers thereAlexander Larsson2012-03-021-2/+4
* Add missing GClosure annotationsPavel Holejsovsky2011-08-191-8/+11
* Add a generic libffi based marshaller to libgobjectDavid Zeuthen2011-04-081-0/+7
* Add one missing ':' and reformate GParamFlags docs.Stefan Kost2008-06-211-1/+1
* Migrating docs.Stefan Kost2008-06-211-0/+85
* Fix macro argument. (#505674, Areg Beketovski)Behdad Esfahbod2007-12-261-1/+1
* turned all modifications to the first 32 integer bits in a closure intoTim Janik2005-08-011-10/+14
* Add some padding to the class.Owen Taylor2002-02-231-1/+1
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-3/+3
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-181-0/+3
* add API for chaining: g_signal_chain_from_overridden() andTim Janik2001-11-141-1/+0
* provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik2001-11-071-0/+2
* added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2001-04-031-1/+1
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-16/+16
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-10/+2
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-3/+3
* incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik2001-02-161-0/+1
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-30/+10
* prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik2000-11-031-1/+1
* publically define GSignalInvocationHint structure that gets passed in toTim Janik2000-10-271-4/+4
* added newly added gobject/ headers.Tim Janik2000-10-251-0/+185