summaryrefslogtreecommitdiff
path: root/gi/gimodule.c
Commit message (Expand)AuthorAgeFilesLines
* Bump up the requirement to gobject-introspectionEmmanuele Bassi2023-05-131-5/+0
* gi: Replace deprecated FFI closure APIEmmanuele Bassi2023-05-131-0/+9
* interface: Fix leak when overriding GInterfaceInfoThibault Saunier2022-04-141-0/+1
* Add extra safeguard in gimoduleArjan Molenaar2022-03-281-1/+5
* Call PyEval_InitThreads() with PyPy for Python 3.9Christoph Reiter2022-03-271-1/+2
* gimodule: fix floating state of python objects created with g_object_newMathieu Duponchelle2021-12-061-3/+12
* Use quark variable for class on gtypeArjan Molenaar2021-09-191-1/+1
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-111-1/+1
* Don't call PyEval_InitThreads() with Python 3.9+Christoph Reiter2020-10-061-0/+4
* gtk overrides: Fix template hierarchy issueJean Felder2020-04-171-4/+9
* gimodule: Remove trailing whitespacesJean Felder2020-04-161-8/+8
* Remove all Python 2 C codeChristoph Reiter2020-04-161-52/+73
* Port to g_object_new_with_properties()Christoph Reiter2019-10-041-7/+41
* Avoid various new glib deprecation warningsChristoph Reiter2019-10-041-0/+4
* Make PyGIDeprecationWarning always inherit from DeprecationWarningChristoph Reiter2019-08-181-10/+0
* GObject.Value: add a static helper for fetching the GTypeChristoph Reiter2019-01-181-0/+2
* Start using g_struct_info_find_field()Christoph Reiter2018-12-121-16/+6
* gtktemplate: only call the custom init hook if the class has it. Fixes #267Christoph Reiter2018-11-261-1/+1
* foreign-cairo: Fix cairo marshalling not using the foreign converters in some...Christoph Reiter2018-09-171-0/+1
* pypy: avoid calling tp_init, doesn't work with PyPyChristoph Reiter2018-04-221-8/+6
* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130gio-liststore-sortChristoph Reiter2018-04-211-0/+27
* Make pygi_source_new() a Python function and add error handlingChristoph Reiter2018-04-191-7/+1
* pygi-source: cleanup function namesChristoph Reiter2018-04-191-4/+4
* Remove the PYGLIB_CPointer_ macrosChristoph Reiter2018-04-181-2/+2
* Add a minimal implementation of Gtk.Template. See #52Christoph Reiter2018-04-121-3/+16
* More compiler warning fixes for Windows/32bit #191Christoph Reiter2018-04-051-12/+8
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-11/+37
* ossig: add a C wrapper for PyOS_getsig() instead of accessing the API through...Christoph Reiter2018-04-011-0/+12
* Port more integer convertersChristoph Reiter2018-03-311-15/+16
* gboxed: clean up function namesChristoph Reiter2018-03-311-2/+2
* pygi-boxed: clean up function namesChristoph Reiter2018-03-311-1/+1
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-2/+2
* Make sure that types are fully initialized when they are first used.Christoph Reiter2018-03-241-6/+6
* Add error handling to all type init function.Christoph Reiter2018-03-231-37/+83
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-2/+1
* Remove pyglib.c/hChristoph Reiter2018-03-221-2/+0
* pygobject_register_version_tuples: fix a leakChristoph Reiter2018-03-221-0/+1
* Store the closure cache in the arg cache. Fixes #103Christoph Reiter2018-03-221-1/+3
* Remove gobjectmoduleChristoph Reiter2018-03-211-5/+1716
* Remove pyg_type_name() and use GType.name insteadChristoph Reiter2018-03-211-1/+0
* Remove pyg_type_from_name() and use GType.from_name() insteadChristoph Reiter2018-03-211-1/+0
* Remove pyg_type_is_a() and use GType.is_a() insteadChristoph Reiter2018-03-211-1/+0
* Remove pygobject_register_features()Christoph Reiter2018-03-211-1/+0
* Remove unused signal_accumulator_true_handledChristoph Reiter2018-03-191-2/+0
* Revert "Revert "Revert "Refactor boxed wrapper memory management strategy"""Mathieu Duponchelle2018-02-161-5/+1
* Revert "Revert "Refactor boxed wrapper memory management strategy""Christoph Reiter2018-02-131-1/+5
* Revert "Refactor boxed wrapper memory management strategy"Mathieu Duponchelle2018-01-231-5/+1
* Fix potential uninitialized memory access during GCDaniel Colascione2017-10-261-1/+1
* Remove gi._gi._gobject and gi._gobject modulesChristoph Reiter2017-04-011-11/+37
* Remove gi._gi._glib moduleChristoph Reiter2017-04-011-14/+17