summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
AgeCommit message (Expand)Author
2023-01-09Revert "Rename user data parameters to user_data"badcel
2022-10-13Rename all visibility macrosXavier Claessens
2022-07-05Merge branch 'more-spdx' into 'main'Philip Withnall
2022-06-23gsignal: Add G_CONNECT_DEFAULTSimon McVittie
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
2022-03-04docs: mark macros, flags, enums with percent signGabor Karsay
2022-01-18Make clear in doc that signals are emitted synchroniouslyAlexander Schwinn
2021-08-02docs: Start stanzas with a single paragraphEmmanuele Bassi
2021-04-29Update signal accumulator docs.John McCambridge
2021-02-01gsignal: let g_clear_signal_handler() evaluate argument only onceThomas Haller
2020-12-21gsignal: Add a new GSignalFlag to mark the first run of an accumulator functionSebastian Dröge
2020-03-04gobject: Add g_{param_spec,signal}_is_valid_name() functionsJehan
2019-11-15gsignal: Fix typos in GSignalMatchType documentationPhilip Withnall
2019-08-26glib: Mark various macros as available in certain versions of GLibPhilip Withnall
2019-05-20gisgnal: Add g_clear_signal_handlerMarco Trevisan (Treviño)
2017-05-24gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2016-11-10gsignal: Mention handler ID type in signal connection macro docsPhilip Withnall
2016-06-03gsignal: Remove a UTF-8 ellipsis from docsGerald Combs
2015-08-19gsignal: Document memory management best practices for signal handlersPhilip Withnall
2014-06-23gsignal: Add an example to the g_signal_connect_swapped() documentationPhilip Withnall
2014-05-13Remove some markup from docsMatthias Clasen
2014-03-02docs: Ditch more markupMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2013-12-03gsignal: Signal connection ids are always > 0 if successfulColin Walters
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie
2012-12-27Move single-include guards inside include guardsMatthias Clasen
2012-11-04Add array length annotation to GSignalQuery param_types fieldSimon Feltman
2012-03-02Add g_signal_set_va_marshallerAlexander Larsson
2012-01-19gsignal: add g_signal_handlers_disconnect_by_dataRyan Lortie
2011-11-18gsignal.h: Remove trailing commaMurray Cumming
2011-11-07Add G_SIGNAL_DEPRECATEDMarc-André Lureau
2011-09-05GObject docs: resolve broken linksRyan Lortie
2011-08-21[gi] Add signal annotationsPavel Holejsovsky
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie
2011-03-15Add G_SIGNAL_MUST_COLLECTChristian Persch
2010-10-12GObject: add g_signal_accumulator_first_winsRyan Lortie
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer
2008-06-22Migrating docs.Stefan Kost
2005-09-22fix pspec->name assignment which needs to be strdup()ed for nonTim Janik
2005-09-20Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since weMatthias Clasen
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor
2002-12-03Sync parameter names with docs and implementation.Matthias Clasen
2002-03-26Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA toOwen Taylor
2002-03-21fix extraneous include.Tim Janik
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik
2001-12-13implemented closure chaining.Tim Janik
2001-12-08Explicitly add a cast to the last argument so that the macro will workChristopher Blizzard