summaryrefslogtreecommitdiff
path: root/gi/pygi-marshal-from-py.h
Commit message (Expand)AuthorAgeFilesLines
* cache refactoring: Move enum and flags arg setup and marshaling to new fileSimon Feltman2014-02-021-57/+0
* cache refactoring: Move various struct arg setup and marshaling to new fileSimon Feltman2014-02-021-33/+0
* cache refactoring: Move GObject arg setup and marshaling into new fileSimon Feltman2014-02-021-12/+0
* cache refactoring: Move closure setup and marshaling into pygi-closureSimon Feltman2014-02-021-6/+0
* cache refactoring: Move GError arg setup and marshaling to new fileSimon Feltman2014-02-021-6/+0
* cache refactoring: Move GArray arg setup and marshaling into new fileSimon Feltman2014-02-021-6/+0
* cache refactoring: Move GList/GSList arg setup and marshaling into new fileSimon Feltman2014-02-021-12/+0
* cache refactoring: Move basic type arg setup and marshaling into new fileSimon Feltman2014-02-021-18/+0
* cache refactoring: Move PyGIHashCache and related marshaling into new fileSimon Feltman2014-02-021-6/+0
* Add cleanup_data argument used for Python to C marshaler cleanupSimon Feltman2013-10-141-15/+30
* cache refactoring: Remove special case marshaling for instance argumentsSimon Feltman2013-09-261-13/+3
* Move "from Python" GObject out arg marshaler into specialized functionSimon Feltman2013-07-261-0/+3
* Add underscore prefix and _cache_adapter suffix to marshaling functionsSimon Feltman2013-07-261-22/+22
* Unify and clean up from Python marshalers for basic typesSimon Feltman2013-07-251-30/+0
* Unify from Python int64 and uint64 marshalersSimon Feltman2013-07-251-10/+0
* Unify from Python int16 and int32 marshalersSimon Feltman2013-07-251-20/+0
* Unify from Python boolean, int8, and uint8 marshalersSimon Feltman2013-07-251-15/+5
* Move _pygi_argument_from_object_basic_type into pygi-marshal-from-py.cSimon Feltman2013-07-251-0/+4
* Unify Python interface struct to GI marshaling codeSimon Feltman2013-04-051-0/+11
* Unify Python callable to GClosure GI marshaling codeSimon Feltman2013-02-161-0/+3
* Unify Python object to GValue GI marshaling codeSimon Feltman2013-02-161-0/+5
* Rename pygi_marshal_from_py_object to make it more explicitSimon Feltman2013-02-151-3/+3
* Fix reference leaks with transient floating objectsSimon Feltman2013-02-081-0/+6
* Fix various endianess errorsDavid Malcolm2012-08-201-0/+3
* refactor in/out marshalling to be to_py/from_pyJohn (J5) Palmieri2011-09-121-0/+186