summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename user data parameters to user_data"badcel2023-01-091-4/+4
* Rename all visibility macrosXavier Claessens2022-10-131-42/+42
* Merge branch 'more-spdx' into 'main'Philip Withnall2022-07-051-0/+2
|\
| * Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* | gsignal: Add G_CONNECT_DEFAULTSimon McVittie2022-06-231-3/+8
|/
* Rename user data parameters to user_dataTestingPlant2022-05-221-4/+4
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-2/+2
* Make clear in doc that signals are emitted synchroniouslyAlexander Schwinn2022-01-181-2/+2
* docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-021-15/+19
* Update signal accumulator docs.John McCambridge2021-04-291-2/+5
* gsignal: let g_clear_signal_handler() evaluate argument only onceThomas Haller2021-02-011-4/+5
* gsignal: Add a new GSignalFlag to mark the first run of an accumulator functionSebastian Dröge2020-12-211-3/+10
* gobject: Add g_{param_spec,signal}_is_valid_name() functionsJehan2020-03-041-0/+2
* gsignal: Fix typos in GSignalMatchType documentationPhilip Withnall2019-11-151-2/+2
* glib: Mark various macros as available in certain versions of GLibPhilip Withnall2019-08-261-1/+2
* gisgnal: Add g_clear_signal_handlerMarco Trevisan (Treviño)2019-05-201-0/+15
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gsignal: Mention handler ID type in signal connection macro docsPhilip Withnall2016-11-101-3/+3
* gsignal: Remove a UTF-8 ellipsis from docsGerald Combs2016-06-031-1/+1
* gsignal: Document memory management best practices for signal handlersPhilip Withnall2015-08-191-0/+3
* gsignal: Add an example to the g_signal_connect_swapped() documentationPhilip Withnall2014-06-231-3/+25
* Remove some markup from docsMatthias Clasen2014-05-131-2/+2
* docs: Ditch more markupMatthias Clasen2014-03-021-3/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gsignal: Signal connection ids are always > 0 if successfulColin Walters2013-12-031-3/+3
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+38
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Add array length annotation to GSignalQuery param_types fieldSimon Feltman2012-11-041-2/+2
* Add g_signal_set_va_marshallerAlexander Larsson2012-03-021-0/+11
* gsignal: add g_signal_handlers_disconnect_by_dataRyan Lortie2012-01-191-0/+15
* gsignal.h: Remove trailing commaMurray Cumming2011-11-181-1/+1
* Add G_SIGNAL_DEPRECATEDMarc-André Lureau2011-11-071-2/+6
* GObject docs: resolve broken linksRyan Lortie2011-09-051-2/+2
* [gi] Add signal annotationsPavel Holejsovsky2011-08-211-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Add G_SIGNAL_MUST_COLLECTChristian Persch2011-03-151-2/+5
* GObject: add g_signal_accumulator_first_winsRyan Lortie2010-10-121-0/+5
* Bug 541208 – Functions to easily install and use signals without classMichael Natterer2008-07-041-6/+22
* Migrating docs.Stefan Kost2008-06-221-0/+223
* fix pspec->name assignment which needs to be strdup()ed for nonTim Janik2005-09-221-1/+1
* Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since weMatthias Clasen2005-09-201-1/+1
* Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor2003-09-121-0/+5
* Sync parameter names with docs and implementation.Matthias Clasen2002-12-031-1/+1
* Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA toOwen Taylor2002-03-261-8/+11
* fix extraneous include.Tim Janik2002-03-211-1/+0
* added some assertions to test g_signal_get_invocation_hint().Tim Janik2001-12-181-1/+1
* implemented closure chaining.Tim Janik2001-12-131-1/+1
* Explicitly add a cast to the last argument so that the macro will workChristopher Blizzard2001-12-081-1/+1