summaryrefslogtreecommitdiff
path: root/gi/pygi-ccallback.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-111-1/+1
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-1/+1
* Remove all Python 2 C codeChristoph Reiter2020-04-161-1/+1
* Add error handling to all type init function.Christoph Reiter2018-03-231-6/+14
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-1/+0
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+1
* Remove incorrect and unused casts from tp_free callsSimon Feltman2014-08-081-1/+1
* Fix GCallback Python wrapper leakSimon Feltman2014-08-081-0/+2
* Split the callable cache into the different typesGarrett Regier2014-08-061-6/+10
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* Use ffi_call directly instead of g_callable_info_invokeSimon Feltman2014-03-031-2/+1
* cache refactoring: Use consistent prefix for arg cache functionsSimon Feltman2014-02-031-1/+1
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-1/+1
* Fix unused variables and resultsMartin Pitt2012-09-251-1/+0
* Add a ccallback type which is used to invoke callbacks passed to a vfuncJohn (J5) Palmieri2012-03-271-0/+100