summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
Commit message (Expand)AuthorAgeFilesLines
* gsignal: improve warning outputRyan Lortie2013-02-221-8/+18
* signals: Ensure we ref handler in emission fast pathAlexander Larsson2013-02-211-1/+11
* signals: No need to use atomics for Handler refcountAlexander Larsson2013-02-211-6/+4
* gsignal: fix closure invalidation codeRyan Lortie2013-01-161-5/+6
* gsignal: really fix closure invalidationRyan Lortie2012-10-131-0/+1
* [gsignal] fix up a crasher in previous commitRyan Lortie2012-10-081-0/+1
* [gsignal] disconnect invalidated closuresMatthias Clasen2012-10-081-8/+58
* gsignal: Properly handle NULL nodesColin Walters2012-06-221-3/+7
* Invalidate single_va_closure when adding an emission hookMike Gorse2012-03-141-0/+1
* Fix crash in signal emission optimizationAlexander Larsson2012-03-091-3/+4
* signal emission: Allocate instance_and_param with allocaAlexander Larsson2012-03-091-6/+4
* gobject: Fix a compiler warningEmmanuele Bassi2012-03-071-1/+1
* Fix unused variable warningAlexander Larsson2012-03-061-1/+1
* Fix a compiler warningMatthias Clasen2012-03-051-1/+1
* fastpath: Do allow NO_RECURSE fastpath for NOP emissionssignal-performanceAlexander Larsson2012-03-031-1/+6
* Mask out G_SIGNAL_TYPE_STATIC_SCOPE when comparing typesAlexander Larsson2012-03-021-1/+1
* Optimize single-handler va_marshaller caseAlexander Larsson2012-03-021-100/+244
* Use builtin marshallers and va_marshallers if possibleAlexander Larsson2012-03-021-3/+51
* Add g_signal_set_va_marshallerAlexander Larsson2012-03-021-5/+53
* Add GRealClosure and move meta_marshallers thereAlexander Larsson2012-03-021-2/+2
* Add G_SIGNAL_DEPRECATEDMarc-André Lureau2011-11-071-1/+31
* gobject: Use G_VALUE_INITJavier Jardón2011-10-181-3/+3
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* [gi] Add signal annotationsPavel Holejsovsky2011-08-211-20/+21
* Trivial typo fixMatthias Clasen2011-08-131-1/+1
* Document libffi as new dependencyMatthias Clasen2011-08-081-1/+1
* Use a generic marshaller if one is not specifiedJohan Dahlin2011-07-191-8/+23
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-4/+0
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-2/+2
* 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-3/+7
* GSignal: fix trivial docs typoRyan Lortie2010-10-121-1/+1
* GObject: add g_signal_accumulator_first_winsRyan Lortie2010-10-121-0/+33
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* Add dtrace and systemtap support for gobjectAlexander Larsson2010-05-271-2/+9
* gsignal: improve g_signal_new docs.Stefan Kost2010-03-061-1/+6
* Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte2010-01-181-2/+2
* gsignal: Use new G_VALUE_COLLECT_INIT variantEdward Hervey2010-01-131-12/+8
* when defaulting to the only item in the array, check if this is indeed theKristian Rietveld2009-03-131-3/+6
* Fix some documentation typosMatthias Clasen2008-11-281-10/+10
* add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship2008-09-261-2/+2
* Reviewed by Tim Janik:Michael Natterer2008-07-211-23/+11
* Bug 541208 – Functions to easily install and use signals without classMichael Natterer2008-07-041-1/+282
* Fix up section commentsMatthias Clasen2008-07-021-9/+8
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-144/+149
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-33/+34
* Fix compiler warning in format string check.Stefan Kost2008-06-221-2/+2
* Migrating docs.Stefan Kost2008-06-221-1/+550