summaryrefslogtreecommitdiff
path: root/gi/pygi-argument.h
Commit message (Expand)AuthorAgeFilesLines
* Fix list/hashtable enum <-> hash conversion on 64-bit big endianAurelien Jarno2016-09-031-2/+2
* Field setters: Remove unneeded type/range checks and resulting unused code.Christoph Reiter2015-03-301-12/+0
* pygi-argument: Remove unused imports/includesChristoph Reiter2015-03-301-2/+0
* Use array lengths specified on struct fieldsSimon Feltman2014-08-171-0/+4
* Refactor signal array length marshalling to support a length policySimon Feltman2014-08-171-3/+11
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* marshal refactoring: Move GIArgument from GValue code to new fileSimon Feltman2014-02-021-3/+0
* Move _pygi_argument_to_object_basic_type into pygi-marshal-to-py.cSimon Feltman2013-07-251-4/+0
* Replace to Python cached marshalers with unified basic type marshalerSimon Feltman2013-07-251-0/+4
* Fix marshalling of C arrays with explicit length in signal argumentsMartin Pitt2013-02-271-0/+1
* Fix unmarshalling of gssizeDavid Malcolm2012-08-201-0/+1
* Fix various endianess errorsDavid Malcolm2012-08-201-0/+6
* Fix array handling for interfaces, properties, and signalsMikkel Kamstrup Erlandsen2012-07-121-2/+2
* [gi] revert pygi-argument.h and move the invoke-ng code to pygi-marshal.hJohn (J5) Palmieri2011-03-221-267/+1
* Merge branch 'master' into invoke-rewriteJohn (J5) Palmieri2011-03-221-0/+2
|\
| * Use PyGI type conversion (to fix foreign types) for signal callbacks.Laszlo Pandy2011-02-151-0/+2
* | [gi] implemented return marshalling and started on out marshallingJohn (J5) Palmieri2011-01-111-0/+117
* | [gi] hook up invoke to the cacheJohn (J5) Palmieri2011-01-101-30/+30
* | [gi]fix cache compile error - now compiles but cache still not hooked upJohn (J5) Palmieri2011-01-081-29/+145
* | add marshalling for basic types and add more skeleton codeJohn (J5) Palmieri2011-01-061-1/+34
|/
* Check the type of the instance objectJohn (J5) Palmieri2010-09-171-0/+2
* Rename GArgument to GIArgumentTomeu Vizoso2010-09-011-5/+5
* Implement nullable argument support, including testsZach Goldberg2010-04-181-1/+2
* Remove support for pointers to basic types as input-only argument and return ...Simon van der Linden2010-01-221-1/+0
* The array field 'length' starts to count from the C arg list, so need to decr...Tomeu Vizoso2009-12-221-1/+2
* Initial importSimon van der Linden2009-11-081-0/+65