Imported Upstream version 3.3.91 05/138305/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:47:20 +0000 (08:47 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:47:23 +0000 (08:47 +0900)
commit845babcb58537b5d2bceb8ab9947e3420415b76f
tree9e853e8d1826773320aeb08d07f031bf6d51fd17
parent0c23c15365643b062119d3e0335f62a39835fd5e
Imported Upstream version 3.3.91

Change-Id: I9f450641602d44f936337839ce08d883bb414870
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
53 files changed:
ChangeLog
Makefile.in
NEWS
PKG-INFO
aclocal.m4
configure
configure.ac
examples/Makefile.in
examples/signal.py
gi/Makefile.in
gi/__init__.py
gi/_glib/Makefile.in
gi/_glib/pyglib-python-compat.h
gi/_gobject/Makefile.am
gi/_gobject/Makefile.in
gi/_gobject/__init__.py
gi/_gobject/gobjectmodule.c
gi/_gobject/pygenum.c
gi/_gobject/pygflags.c
gi/_gobject/signalhelper.py [new file with mode: 0644]
gi/module.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/overrides/Makefile.in
gi/overrides/__init__.py
gi/pygi-argument.c
gi/pygi-struct.c
gi/pygtkcompat.py
gi/repository/Makefile.in
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/gi/__init__.py [new file with mode: 0644]
tests/gi/overrides/Regress.py [new file with mode: 0644]
tests/gi/overrides/__init__.py [new file with mode: 0644]
tests/runtests-windows.py
tests/runtests.py
tests/test_everything.py
tests/test_gdbus.py
tests/test_gi.py
tests/test_overrides.py
tests/test_overrides_gdk.py [new file with mode: 0644]
tests/test_overrides_gio.py [new file with mode: 0644]
tests/test_overrides_glib.py [new file with mode: 0644]
tests/test_overrides_gtk.py [new file with mode: 0644]
tests/test_overrides_pango.py [new file with mode: 0644]
tests/test_pygtkcompat.py
tests/test_signal.py
tests/testhelpermodule.c