Imported Upstream version 3.11.5 upstream/3.11.5
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:26:58 +0000 (10:26 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:26:58 +0000 (10:26 +0900)
commit062e0251f0454e81e7a0acb1fa3cd40a77b83e2e
tree25009f8fe0fd468c5e5f8e32aa6e8ad03d914a3c
parent9e1d5163f139dfd4ce0e9ac0b0cdcb297df9a91a
Imported Upstream version 3.11.5
105 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
PKG-INFO
aclocal.m4
configure
configure.ac
gi/Makefile.am
gi/Makefile.in
gi/__init__.py
gi/_constants.py [moved from gi/_gobject/constants.py with 96% similarity]
gi/_glib/Makefile.am [deleted file]
gi/_glib/Makefile.in [deleted file]
gi/_glib/__init__.py [deleted file]
gi/_gobject/Makefile.am
gi/_gobject/Makefile.in
gi/_gobject/__init__.py
gi/_option.py [moved from gi/_glib/option.py with 99% similarity]
gi/_propertyhelper.py [moved from gi/_gobject/propertyhelper.py with 97% similarity]
gi/_signalhelper.py [moved from gi/_gobject/signalhelper.py with 99% similarity]
gi/gimodule.c
gi/glibmodule.c [moved from gi/_glib/glibmodule.c with 74% similarity]
gi/gobjectmodule.c [moved from gi/_gobject/gobjectmodule.c with 99% similarity]
gi/module.py
gi/overrides/GLib.py
gi/overrides/GObject.py
gi/overrides/__init__.py
gi/pygboxed.c [moved from gi/_gobject/pygboxed.c with 100% similarity]
gi/pygboxed.h [moved from gi/_gobject/pygboxed.h with 100% similarity]
gi/pygenum.c [moved from gi/_gobject/pygenum.c with 100% similarity]
gi/pygenum.h [moved from gi/_gobject/pygenum.h with 100% similarity]
gi/pygflags.c [moved from gi/_gobject/pygflags.c with 100% similarity]
gi/pygflags.h [moved from gi/_gobject/pygflags.h with 100% similarity]
gi/pygi-argument.c
gi/pygi-argument.h
gi/pygi-array.c [new file with mode: 0644]
gi/pygi-array.h [new file with mode: 0644]
gi/pygi-basictype.c [new file with mode: 0644]
gi/pygi-basictype.h [new file with mode: 0644]
gi/pygi-boxed.c
gi/pygi-cache.c
gi/pygi-cache.h
gi/pygi-ccallback.c
gi/pygi-closure.c
gi/pygi-closure.h
gi/pygi-enum-marshal.c [new file with mode: 0644]
gi/pygi-enum-marshal.h [new file with mode: 0644]
gi/pygi-error.c [new file with mode: 0644]
gi/pygi-error.h [new file with mode: 0644]
gi/pygi-foreign.c
gi/pygi-hashtable.c [new file with mode: 0644]
gi/pygi-hashtable.h [new file with mode: 0644]
gi/pygi-info.c
gi/pygi-invoke.c
gi/pygi-list.c [new file with mode: 0644]
gi/pygi-list.h [new file with mode: 0644]
gi/pygi-marshal-cleanup.c
gi/pygi-marshal-cleanup.h
gi/pygi-marshal-from-py.c [deleted file]
gi/pygi-marshal-from-py.h [deleted file]
gi/pygi-marshal-to-py.c [deleted file]
gi/pygi-marshal-to-py.h [deleted file]
gi/pygi-object.c [new file with mode: 0644]
gi/pygi-object.h [new file with mode: 0644]
gi/pygi-private.h
gi/pygi-signal-closure.c
gi/pygi-source.c
gi/pygi-struct-marshal.c [new file with mode: 0644]
gi/pygi-struct-marshal.h [new file with mode: 0644]
gi/pygi-struct.c
gi/pygi-value.c [new file with mode: 0644]
gi/pygi-value.h [new file with mode: 0644]
gi/pygi.h
gi/pyginterface.c [moved from gi/_gobject/pyginterface.c with 100% similarity]
gi/pyginterface.h [moved from gi/_gobject/pyginterface.h with 100% similarity]
gi/pyglib-private.h [moved from gi/_glib/pyglib-private.h with 77% similarity]
gi/pyglib-python-compat.h [moved from gi/_glib/pyglib-python-compat.h with 82% similarity]
gi/pyglib.c [moved from gi/_glib/pyglib.c with 82% similarity]
gi/pyglib.h [moved from gi/_glib/pyglib.h with 87% similarity]
gi/pygobject-private.h [moved from gi/_gobject/pygobject-private.h with 88% similarity]
gi/pygobject.c [moved from gi/_gobject/pygobject.c with 99% similarity]
gi/pygobject.h [moved from gi/_gobject/pygobject.h with 100% similarity]
gi/pygoptioncontext.c [moved from gi/_glib/pygoptioncontext.c with 100% similarity]
gi/pygoptioncontext.h [moved from gi/_glib/pygoptioncontext.h with 100% similarity]
gi/pygoptiongroup.c [moved from gi/_glib/pygoptiongroup.c with 100% similarity]
gi/pygoptiongroup.h [moved from gi/_glib/pygoptiongroup.h with 100% similarity]
gi/pygparamspec.c [moved from gi/_gobject/pygparamspec.c with 100% similarity]
gi/pygparamspec.h [moved from gi/_gobject/pygparamspec.h with 97% similarity]
gi/pygpointer.c [moved from gi/_gobject/pygpointer.c with 100% similarity]
gi/pygpointer.h [moved from gi/_gobject/pygpointer.h with 100% similarity]
gi/pygspawn.c [moved from gi/_glib/pygspawn.c with 100% similarity]
gi/pygspawn.h [moved from gi/_glib/pygspawn.h with 100% similarity]
gi/pygtype.c [moved from gi/_gobject/pygtype.c with 60% similarity]
gi/pygtype.h [moved from gi/_gobject/pygtype.h with 71% similarity]
gi/types.py
pygtkcompat/pygtkcompat.py
tests/Makefile.am
tests/Makefile.in
tests/test_everything.py
tests/test_gi.py
tests/test_gobject.py
tests/test_properties.py
tests/test_signal.py
tests/test_source.py