summaryrefslogtreecommitdiff
path: root/gi/pygi-argument.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate GError related code into pygi-errorSimon Feltman2014-05-041-3/+3
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* marshal refactoring: Move GIArgument from GValue code to new fileSimon Feltman2014-02-021-125/+1
* cache refactoring: Move enum and flags arg setup and marshaling to new fileSimon Feltman2014-02-021-2/+0
* cache refactoring: Move various struct arg setup and marshaling to new fileSimon Feltman2014-02-021-0/+1
* cache refactoring: Move GObject arg setup and marshaling into new fileSimon Feltman2014-02-021-3/+4
* cache refactoring: Move basic type arg setup and marshaling into new fileSimon Feltman2014-02-021-0/+1
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-2/+1
* Add cleanup_data argument used for Python to C marshaler cleanupSimon Feltman2013-10-141-1/+3
* cache refactoring: Remove special case marshaling for instance argumentsSimon Feltman2013-09-261-2/+2
* Move "from Python" GObject out arg marshaler into specialized functionSimon Feltman2013-07-261-1/+1
* Add underscore prefix and _cache_adapter suffix to marshaling functionsSimon Feltman2013-07-261-20/+20
* Move _pygi_argument_to_object_basic_type into pygi-marshal-to-py.cSimon Feltman2013-07-251-72/+1
* Move from Python integer marshaling into separate functionSimon Feltman2013-07-251-1/+2
* Move _pygi_argument_from_object_basic_type into pygi-marshal-from-py.cSimon Feltman2013-07-251-148/+1
* Move basic type marshaling out of _pygi_argument_from_objectSimon Feltman2013-07-251-27/+46
* Replace to Python cached marshalers with unified basic type marshalerSimon Feltman2013-07-251-71/+33
* Move to Python basic type marshaling out of _pygi_argument_to_objectSimon Feltman2013-07-251-23/+63
* Add marshalling of GI_TYPE_TAG_VOID held in a GValue to intSimon Feltman2013-07-031-2/+2
* Re-add support for passing GValue's by referenceSimon Feltman2013-07-031-1/+1
* Change interpretation of NULL pointer field from None to 0Simon Feltman2013-04-221-10/+1
* Unify interface struct to Python GI marshaling codeSimon Feltman2013-04-051-58/+14
* Unify Python interface struct to GI marshaling codeSimon Feltman2013-04-051-50/+25
* Unify Python float and double to GI marshaling codeSimon Feltman2013-04-051-22/+4
* Unify filename to Python GI marshaling codeSimon Feltman2013-04-051-20/+2
* Unify utf8 to Python GI marshaling codeSimon Feltman2013-04-051-7/+4
* Unify unichar to Python GI marshaling codeSimon Feltman2013-04-051-17/+2
* Unify Python unicode to filename GI marshaling codeSimon Feltman2013-04-051-28/+2
* Unify Python unicode to utf8 GI marshaling codeSimon Feltman2013-04-051-30/+2
* Unify Python unicode to unichar GI marshaling codeSimon Feltman2013-04-051-32/+2
* Fix enum and flags marshaling type assumptionsSimon Feltman2013-04-041-3/+3
* Fix memory leak in _pygi_argument_to_array()Martin Pitt2013-03-041-0/+1
* Fix leak of caller-allocated boxed valuesMartin Pitt2013-02-281-1/+1
* Fix marshalling of C arrays with explicit length in signal argumentsMartin Pitt2013-02-271-8/+28
* Unify Python callable to GClosure GI marshaling codeSimon Feltman2013-02-161-13/+1
* Unify Python object to GValue GI marshaling codeSimon Feltman2013-02-161-33/+10
* Rename pygi_marshal_from_py_object to make it more explicitSimon Feltman2013-02-151-1/+1
* Fix reference leaks with transient floating objectsSimon Feltman2013-02-081-26/+26
* Fix ref count leak when creating pygobject wrappers for input argsMike Gorse2013-02-011-8/+5
* Cosmetic fix to last patchPaolo Borelli2013-01-301-2/+5
* Move variable declaration to top of blocks (C99ism)Chun-wei Fan2013-01-301-4/+6
* Allow single byte values for int8 typesMartin Pitt2013-01-111-2/+2
* Use g-i stack allocation APIMartin Pitt2013-01-081-10/+6
* Fix array arguments on 32 bitMartin Pitt2012-11-291-1/+5
* Add type checking to GVariant argument assignmentMartin Pitt2012-11-141-1/+6
* Deprecate void pointer fields as general PyObject storage.Simon Feltman2012-10-231-5/+20
* Fix unsigned values in GArray/GList/GSList/GHashMartin Pitt2012-10-111-0/+9
* Fix memory leak in _pygi_argument_to_array()Alban Browaeys2012-10-041-0/+3
* Fix unused variables and resultsMartin Pitt2012-09-251-3/+1
* Fix GValue marshalling of long and unsigned longGiovanni Campagna2012-09-241-4/+21