summaryrefslogtreecommitdiff
path: root/gi/pygi-object.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 C codeChristoph Reiter2020-04-161-4/+3
* GTK+ -> GTKChristoph Reiter2019-02-131-1/+1
* Use Py_REFCNT() everywhereChristoph Reiter2018-04-181-1/+1
* Use Py_TYPE() everywhereChristoph Reiter2018-04-181-1/+1
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* Revert "Revert "to python marshalling: collect cleanup data""Mathieu Duponchelle2018-02-161-3/+5
* Revert "to python marshalling: collect cleanup data"Christoph Reiter2018-02-131-5/+3
* to python marshalling: collect cleanup dataMathieu Duponchelle2018-01-231-3/+5
* Raise RuntimeError in case an uninitilialized GObject.Object is marshaledChristoph Reiter2017-03-311-0/+6
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-1/+1
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+1
* Fix build warnings regarding _POSIX_C_SOURCE redefinitionSimon Feltman2015-10-311-1/+1
* Specialize GObject marshaling when called from CGarrett Regier2014-08-071-14/+72
* Move special handling of GObject from Python when calling from CGarrett Regier2014-08-071-0/+30
* Always pass along the callable cache to the arg cache constructorsGarrett Regier2014-08-071-11/+14
* Fix crash with type checking for GObject argumentsSimon Feltman2014-04-141-9/+10
* Use GObject type checking for instance arguments3.11.90Simon Feltman2014-02-121-1/+5
* cache refactoring: Use consistent prefix for arg cache functionsSimon Feltman2014-02-031-1/+1
* cache refactoring: Move various struct arg setup and marshaling to new fileSimon Feltman2014-02-021-1/+1
* cache refactoring: Move GObject arg setup and marshaling into new fileSimon Feltman2014-02-021-0/+273