summaryrefslogtreecommitdiff
path: root/gi/pygi-type.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-2/+2
* Remove PYGLIB_REGISTER_TYPEChristoph Reiter2020-04-161-1/+6
* Remove all Python 2 C codeChristoph Reiter2020-04-161-17/+15
* Avoid various new glib deprecation warningsChristoph Reiter2019-10-041-1/+1
* Use Py_REFCNT() everywhereChristoph Reiter2018-04-181-1/+1
* pyg_pyobj_to_unichar_conv: port to new converters and add some testsChristoph Reiter2018-04-121-28/+2
* More compiler warning fixes for Windows/32bit #191Christoph Reiter2018-04-051-4/+6
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-10/+14
* Rename PYGLIB_PyImport_ImportModule to pygi_import_module and move to utilsChristoph Reiter2018-03-311-2/+2
* Port more integer convertersChristoph Reiter2018-03-311-11/+11
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-14/+1329
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-2/+1
* Use optimized version of PyImport_ImportModuleMikhail Fludkov2018-02-071-1/+1
* 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/+2
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-2/+2
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* docs: Move GIArgInfo.get_pytype_hint into gi.docstringSimon Feltman2013-12-311-58/+0
* Add doc strings showing method signatures for gi methodsSimon Feltman2012-11-111-0/+60
* Add override for GLib.Variant.new_tupleTomeu Vizoso2010-09-081-6/+9
* Remove pygi-external.hTomeu Vizoso2010-06-281-2/+2
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-16/+16
* Initial importSimon van der Linden2009-11-081-0/+96