summaryrefslogtreecommitdiff
path: root/gobject/gclosure.h
AgeCommit message (Expand)Author
2023-10-16docs: Move the GClosure SECTIONMatthias Clasen
2023-01-09Revert "Rename user data parameters to user_data"badcel
2022-10-13Rename all visibility macrosXavier Claessens
2022-06-01Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall
2022-05-22Rename user data parameters to user_dataTestingPlant
2021-08-02docs: Start stanzas with a single paragraphEmmanuele Bassi
2020-11-20gobject: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall
2020-06-12tree: Fix various typos and outdated terminologyPhilip Withnall
2018-04-26gclosure: Expand documentation and fix some typosPhilip Withnall
2017-05-24gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2015-11-07glib: Add missing (nullable) and (optional) annotationsPhilip Withnall
2015-02-05docs: fix many documentation issues in gobject/Xavier Claessens
2014-04-24docs: Remove <!-- --> comment before plural sVolker Sobek
2014-01-31Updated FSF's addressDaniel Mustieles
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie
2012-12-27Move single-include guards inside include guardsMatthias Clasen
2012-03-02Add optional support for varargs marshallers to GClosureAlexander Larsson
2012-03-02Add GRealClosure and move meta_marshallers thereAlexander Larsson
2011-08-19Add missing GClosure annotationsPavel Holejsovsky
2011-04-08Add a generic libffi based marshaller to libgobjectDavid Zeuthen
2008-06-21Add one missing ':' and reformate GParamFlags docs.Stefan Kost
2008-06-21Migrating docs.Stefan Kost
2007-12-26Fix macro argument. (#505674, Areg Beketovski)Behdad Esfahbod
2005-08-01turned all modifications to the first 32 integer bits in a closure intoTim Janik
2002-02-23Add some padding to the class.Owen Taylor
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik
2001-11-07provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik
2001-02-16incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik
2000-11-03prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik
2000-10-25added newly added gobject/ headers.Tim Janik