Imported Upstream version 3.13.2 65/138265/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:41:54 +0000 (08:41 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:41:58 +0000 (08:41 +0900)
commit4bfc3de521c8d93613e5153028da35406609a64f
tree98175ed0ab42bc56bec3d45d69364a988a00de1f
parent5a89ec21697bd9e08c9102b2a7b6c60b4652e66c
Imported Upstream version 3.13.2

Change-Id: Icce9be2c1bf0568fc95f75ff0a714c017e6171ec
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
72 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
PKG-INFO
configure
configure.ac
gi/Makefile.am
gi/Makefile.in
gi/__init__.py
gi/_error.py [new file with mode: 0644]
gi/_option.py
gi/gimodule.c
gi/glibmodule.c
gi/gobjectmodule.c
gi/overrides/GIMarshallingTests.py
gi/overrides/GLib.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/pygboxed.c
gi/pygenum.c
gi/pygflags.c
gi/pygi-argument.c
gi/pygi-array.c
gi/pygi-boxed.c
gi/pygi-cache.c
gi/pygi-error.c
gi/pygi-error.h
gi/pygi-foreign-api.h [new file with mode: 0644]
gi/pygi-foreign-cairo.c
gi/pygi-foreign.c
gi/pygi-foreign.h
gi/pygi-info.c
gi/pygi-invoke.c
gi/pygi-property.c
gi/pygi-property.h
gi/pygi-signal-closure.c
gi/pygi-signal-closure.h
gi/pygi-struct-marshal.c
gi/pygi-struct-marshal.h
gi/pygi-struct.c
gi/pygi-type.c
gi/pygi-type.h
gi/pygi-value.c
gi/pygi.h
gi/pyglib-private.h
gi/pyglib.c
gi/pyglib.h
gi/pygobject-private.h
gi/pygobject.c
gi/pygobject.h
gi/pygoptioncontext.c
gi/pygoptiongroup.c
gi/pygparamspec.c
gi/pygpointer.c
gi/pygspawn.c
gi/pygtype.c
gi/types.py
pygtkcompat/pygtkcompat.py
tests/Makefile.am
tests/Makefile.in
tests/test_cairo.py [new file with mode: 0644]
tests/test_error.py [new file with mode: 0644]
tests/test_everything.py
tests/test_gi.py
tests/test_gio.py
tests/test_iochannel.py
tests/test_option.py
tests/test_overrides_gtk.py
tests/test_repository.py
tests/test_signal.py
tests/test_typeclass.py [new file with mode: 0644]