Imported Upstream version 3.7.90 16/138316/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:48:42 +0000 (08:48 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:48:45 +0000 (08:48 +0900)
commit265684897ba0b24e28710a988cab901acbec1775
tree332d43c2c54979ddb5390359f6ab1d865bdda3b6
parent01ddc2783a1d721a003f181000e266acde134d19
Imported Upstream version 3.7.90

Change-Id: I6f093f89379c4f834493e7edf7a32b8c4ad32393
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
30 files changed:
ChangeLog
NEWS
PKG-INFO
autogen.sh
configure
configure.ac
gi/_gobject/gobjectmodule.c
gi/_gobject/pygobject-private.h
gi/_gobject/pygobject.c
gi/_gobject/pygobject.h
gi/overrides/Gtk.py
gi/overrides/__init__.py
gi/pygi-argument.c
gi/pygi-boxed.c
gi/pygi-marshal-from-py.c
gi/pygi-marshal-from-py.h
gi/pygi-marshal-to-py.c
gi/pygi-marshal-to-py.h
gi/pygtkcompat.py
gi/types.py
pygtkcompat/Makefile.am
pygtkcompat/Makefile.in
pygtkcompat/generictreemodel.py [new file with mode: 0644]
pygtkcompat/pygtkcompat.py
tests/Makefile.am
tests/Makefile.in
tests/test_generictreemodel.py [new file with mode: 0644]
tests/test_gi.py
tests/test_object_marshaling.py [new file with mode: 0644]
tests/test_overrides_gtk.py