summaryrefslogtreecommitdiff
path: root/gi/pygi-info.c
Commit message (Expand)AuthorAgeFilesLines
* info: Show which type/object callables are bound tobenzea/vfunc-bound-descrBenjamin Berg2022-03-271-0/+28
* Fix some small memory leaksDavid King2021-08-231-0/+1
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-111-2/+2
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-20/+20
* Remove all Python 2 C codeChristoph Reiter2020-04-161-18/+10
* Avoid various new glib deprecation warningsChristoph Reiter2019-10-041-1/+1
* pygi-info: remove some dead code. Fixes #303Christoph Reiter2019-03-241-21/+6
* Merge branch 'wrap-struct-find' into 'master'Christoph Reiter2018-12-151-0/+14
|\
| * pygi-info: wrap g_struct_info_find_method() and g_struct_info_find_field()Christoph Reiter2018-12-121-0/+14
* | pygi-info: wrap g_union_info_get_alignment()Tomasz Miąsko2018-12-141-0/+7
|/
* functions: revert the function init order to make pylint happy again. See #217Christoph Reiter2018-08-161-0/+8
* pygi-info: use PYGLIB_PyBytes_AsString instead of checkingHavard Graff2018-04-301-6/+1
* Fix some leaksChristoph Reiter2018-04-191-2/+5
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-5/+5
* Avoid truncating value returned from g_value_info_get_value.Tomasz Miąsko2018-04-031-1/+1
* Rename PYGLIB_PyImport_ImportModule to pygi_import_module and move to utilsChristoph Reiter2018-03-311-1/+1
* Port more integer convertersChristoph Reiter2018-03-311-9/+9
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-3/+3
* info: use new convertersChristoph Reiter2018-03-311-54/+43
* pygi-info: set type fields before PyType_Ready() so PyPy picks them upChristoph Reiter2018-03-241-5/+5
* Add error handling to all type init function.Christoph Reiter2018-03-231-12/+22
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-3/+1
* Use optimized version of PyImport_ImportModuleMikhail Fludkov2018-02-071-1/+1
* pygi-info: initialize GIArgument before passing it to g_constant_info_get_valueChristoph Reiter2017-03-201-1/+1
* Fix various potential compiler warningsChristoph Reiter2017-03-201-3/+10
* 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/+5
* Field setters: Remove unneeded type/range checks and resulting unused code.Christoph Reiter2015-03-301-15/+75
* Allows passing arguments to opaque Boxed typesGarrett Regier2015-01-241-0/+7
* Use array lengths specified on struct fieldsSimon Feltman2014-08-171-2/+57
* Remove incorrect and unused casts from tp_free callsSimon Feltman2014-08-081-1/+1
* Split the callable cache into the different typesGarrett Regier2014-08-061-1/+2
* Add gi.CallableInfo.can_throw_gerror()Simon Feltman2014-05-031-0/+10
* Derive PyCallbackInfo from PyCallableInfoSimon Feltman2014-05-031-2/+2
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+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 crash in error handling when creating struct with mismatched info typeSimon Feltman2014-01-041-1/+1
* docs: Cleanup PyGIBaseInfo reprSimon Feltman2014-01-011-3/+2
* docs: Add return values and skip implicit out arguments in functionsSimon Feltman2013-12-311-0/+7
* docs: Move GIArgInfo.get_pytype_hint into gi.docstringSimon Feltman2013-12-311-49/+0
* Replace usage of PyGIBoxed_Type with PyGIStruct_Type3.11.3Simon Feltman2013-12-131-12/+1
* Add missing methods on PyGIBaseInfo and sub-classesSimon Feltman2013-10-071-8/+542
* Expose all GI enum and flags typesSimon Feltman2013-10-071-8/+142
* Avoid calling g_base_info_get_name on GI_INFO_TYPE_TYPESimon Feltman2013-10-071-10/+25
* Add GIBaseInfo.equal methodSimon Feltman2013-10-071-8/+24
* Move info string retrieval into generic functionSimon Feltman2013-10-071-2/+13
* Move child info retrieval into generic functionSimon Feltman2013-10-071-33/+23
* Move info tuple retrieval into generic functionSimon Feltman2013-10-071-410/+59
* Derive SignalInfo info from CallableInfoSimon Feltman2013-10-041-3/+4