summaryrefslogtreecommitdiff
path: root/gi/pygi-signal-closure.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory management problems with struct arguments to signalsSimon Feltman2014-09-081-6/+37
* Special case signal output arguments which are structs as pass-by-referenceSimon Feltman2014-08-291-6/+35
* Never dup data structures when marshaling signal in argumentsSimon Feltman2014-08-171-3/+1
* Refactor signal array length marshalling to support a length policySimon Feltman2014-08-171-2/+6
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-6/+6
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* marshal refactoring: Move GIArgument from GValue code to new fileSimon Feltman2014-02-021-0/+1
* Use G_IS_VALUE for checking return values in closure marshalingSimon Feltman2013-09-011-1/+1
* Optimize signal lookup in gi repositoryDaniel Drake2013-04-181-43/+16
* Fix marshalling of C arrays with explicit length in signal argumentsMartin Pitt2013-02-271-1/+2
* Use g_object_info_find_signal()Jose Rostagno2012-11-031-17/+4
* Fix unmarshalling of gssizeDavid Malcolm2012-08-201-1/+1
* Fix array handling for interfaces, properties, and signalsMikkel Kamstrup Erlandsen2012-07-121-1/+13
* Use PyGI type conversion (to fix foreign types) for signal callbacks.Laszlo Pandy2011-02-151-0/+245