Imported Upstream version 3.7.2 12/138312/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:48:07 +0000 (08:48 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:48:11 +0000 (08:48 +0900)
commit3b5dc6176476d5ed2313cd7185d985f47e225165
treeaee8e1d1c516bf7528eceae708baecfe484baddc
parentd80fc1d31f28c6bcf9ea34b253e8765321616c3c
Imported Upstream version 3.7.2

Change-Id: I6fbadd2c5d032a44b4b424160cdbd0f097320457
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
109 files changed:
AUTHORS
ChangeLog
ChangeLog.pre-2.18 [deleted file]
INSTALL
Makefile.am
Makefile.in
NEWS
PKG-INFO
README
aclocal.m4
configure
configure.ac
examples/Makefile.in
gi/Makefile.am
gi/Makefile.in
gi/__init__.py
gi/_glib/Makefile.am
gi/_glib/Makefile.in
gi/_glib/__init__.py
gi/_glib/glibmodule.c
gi/_glib/option.py
gi/_glib/pygiochannel.c [deleted file]
gi/_glib/pygiochannel.h [deleted file]
gi/_glib/pyglib.c
gi/_glib/pyglib.h
gi/_glib/pygmaincontext.c [deleted file]
gi/_glib/pygmaincontext.h [deleted file]
gi/_glib/pygmainloop.c [deleted file]
gi/_glib/pygmainloop.h [deleted file]
gi/_glib/pygsource.c
gi/_glib/pygsource.h
gi/_gobject/Makefile.am
gi/_gobject/Makefile.in
gi/_gobject/__init__.py
gi/_gobject/constants.py
gi/_gobject/gobjectmodule.c
gi/_gobject/propertyhelper.py
gi/_gobject/pygobject.c
gi/_gobject/pygtype.c
gi/gimodule.c
gi/importer.py
gi/module.py
gi/overrides/GIMarshallingTests.py
gi/overrides/GLib.py
gi/overrides/GObject.py [new file with mode: 0644]
gi/overrides/Gdk.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/overrides/Makefile.am
gi/overrides/Makefile.in
gi/overrides/Pango.py
gi/overrides/__init__.py
gi/pygi-argument.c
gi/pygi-boxed.c
gi/pygi-callbacks.c [deleted file]
gi/pygi-callbacks.h [deleted file]
gi/pygi-foreign-cairo.c
gi/pygi-foreign-gvariant.c [deleted file]
gi/pygi-foreign.c
gi/pygi-info.c
gi/pygi-marshal-from-py.c
gi/pygi-marshal-to-py.c
gi/pygi-private.h
gi/pygi-property.c
gi/pygi-property.h
gi/pygi-signal-closure.c
gi/pygi-source.c [new file with mode: 0644]
gi/pygi-source.h [moved from gi/pygi-foreign-gvariant.h with 64% similarity]
gi/pygi-type.c
gi/pygi-type.h
gi/pygi.h
gi/pygobject-external.h
gi/pygtkcompat.py
gi/repository/Makefile.in
gi/types.py
ltmain.sh
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]
m4/python.m4
pygtkcompat/Makefile.am [new file with mode: 0644]
pygtkcompat/Makefile.in [new file with mode: 0644]
pygtkcompat/__init__.py [new file with mode: 0644]
pygtkcompat/pygtkcompat.py [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/compat_test_pygtk.py [moved from tests/test_pygtkcompat.py with 85% similarity]
tests/runtests.py
tests/test_atoms.py
tests/test_everything.py
tests/test_gi.py
tests/test_glib.py
tests/test_gobject.py
tests/test_gtype.py [new file with mode: 0644]
tests/test_interface.py
tests/test_iochannel.py [new file with mode: 0644]
tests/test_mainloop.py
tests/test_option.py
tests/test_overrides.py
tests/test_overrides_gtk.py
tests/test_properties.py
tests/test_signal.py
tests/test_source.py
tests/test_subprocess.py
tests/test_thread.py
tests/test_uris.py [deleted file]
tests/testhelpermodule.c