summaryrefslogtreecommitdiff
path: root/gi/pygi-struct.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-6/+6
* struct: clean up function namesChristoph Reiter2018-03-311-21/+21
* struct: fetch the base info from the struct type and not the instanceChristoph Reiter2018-03-311-5/+5
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-1/+1
* Make sure that types are fully initialized when they are first used.Christoph Reiter2018-03-241-0/+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
* _struct_dealloc: handle being called with an error setChristoph Reiter2018-03-111-1/+11
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-1/+2
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+4
* GVariant: Don't use pyg_boxed_new as GVariant isn't a PyGBoxed but a PyGIStruct.Christoph Reiter2016-02-291-0/+32
* Improve and unify __repr__ format for PyGObject, PyGBoxed and PyGIStructChristoph Reiter2015-10-271-0/+23
* Remove incorrect and unused casts from tp_free callsSimon Feltman2014-08-081-1/+1
* Use accessors for getting and setting PyGPointer fieldsSimon Feltman2014-05-161-3/+3
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-1/+1
* Support union creation with PyGIStructSimon Feltman2014-01-041-5/+34
* Cleanup disguised struct constructor error and add it to boxedSimon Feltman2014-01-011-1/+1
* Remove half implemented GC in PyGIBaseInfo, PyGIStruct, and PyGIBoxedSimon Feltman2013-05-071-4/+0
* Show proper exception when trying to allocate a disguised structMartin Pitt2012-09-031-0/+7
* fix a couple of compiler warningsJohn (J5) Palmieri2010-09-171-1/+1
* convert to using PYGLIB_DEFINE_TYPE for module objectsJohn (J5) Palmieri2010-08-251-38/+7
* some more p3k PyString and PyInt eradication in GIJohn (J5) Palmieri2010-08-251-0/+1
* Fix some warnings.Ignacio Casal Quinteiro2010-08-041-1/+0
* Add foreign struct support for GVariantTomeu Vizoso2010-07-151-1/+9
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-44/+44
* Allow creating structs with pointersTomeu Vizoso2010-04-161-6/+0
* Initialize struct fields to 0 when allocatingSimon van der Linden2010-01-081-1/+1
* Initial importSimon van der Linden2009-11-081-0/+175