Imported Upstream version 3.38.0 upstream upstream/3.38.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 25 Nov 2020 05:49:25 +0000 (14:49 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 25 Nov 2020 05:49:25 +0000 (14:49 +0900)
commiteef837afd8789ac534c285b433315aebf9aa2f91
tree99c68d4d34cc2585ddface63b403b6424b6ce44b
parent20525b3380f645763fa8f469391bcd315abbbdde
Imported Upstream version 3.38.0
112 files changed:
.gitignore
.gitlab-ci.yml
NEWS
PKG-INFO.in
README.rst
docs/Makefile
docs/conf.py
docs/packagingguide.rst
examples/demo/demos/printing.py
examples/demo/demos/rotatedtext.py
gi/__init__.py
gi/_compat.py [deleted file]
gi/_option.py
gi/_ossighelper.py
gi/_propertyhelper.py
gi/gimodule.c
gi/importer.py
gi/meson.build
gi/module.py
gi/overrides/GObject.py
gi/overrides/Gdk.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/pygboxed.c
gi/pygenum.c
gi/pygenum.h
gi/pygflags.c
gi/pygflags.h
gi/pygi-argument.c
gi/pygi-array.c
gi/pygi-basictype.c
gi/pygi-boxed.c
gi/pygi-cache.c
gi/pygi-ccallback.c
gi/pygi-enum-marshal.c
gi/pygi-error.c
gi/pygi-foreign-cairo.c
gi/pygi-info.c
gi/pygi-invoke.c
gi/pygi-object.c
gi/pygi-python-compat.h [deleted file]
gi/pygi-repository.c
gi/pygi-resulttuple.c
gi/pygi-source.c
gi/pygi-struct-marshal.c
gi/pygi-struct.c
gi/pygi-type.c
gi/pygi-type.h
gi/pygi-util.c
gi/pygi-util.h
gi/pygi-value.c
gi/pyginterface.c
gi/pygobject-object.c
gi/pygobject-object.h
gi/pygoptioncontext.c
gi/pygoptiongroup.c
gi/pygparamspec.c
gi/pygpointer.c
gi/pygspawn.c
gi/pygtkcompat.py
gi/repository/__init__.py
gi/types.py
meson.build
meson_options.txt
pygtkcompat/pygtkcompat.py
setup.py
tests/__init__.py
tests/conftest.py
tests/helper.py
tests/meson.build
tests/runtests.py
tests/test_atoms.py
tests/test_cairo.py
tests/test_docstring.py
tests/test_error.py
tests/test_everything.py
tests/test_fields.py
tests/test_gdbus.py
tests/test_generictreemodel.py
tests/test_gi.py
tests/test_gio.py
tests/test_glib.py
tests/test_gobject.py
tests/test_gtk_template.py
tests/test_gtype.py
tests/test_import_machinery.py
tests/test_interface.py
tests/test_internal_api.py
tests/test_iochannel.py
tests/test_mainloop.py
tests/test_object_marshaling.py
tests/test_option.py
tests/test_ossig.py
tests/test_overrides_gdk.py
tests/test_overrides_gdkpixbuf.py
tests/test_overrides_gio.py
tests/test_overrides_glib.py
tests/test_overrides_gobject.py
tests/test_overrides_gtk.py
tests/test_overrides_pango.py
tests/test_properties.py
tests/test_pycapi.py
tests/test_pygtkcompat.py
tests/test_repository.py
tests/test_resulttuple.py
tests/test_signal.py
tests/test_source.py
tests/test_subprocess.py
tests/test_thread.py
tests/test_typeclass.py
tests/test_unknown.py
tests/testhelpermodule.c