Imported Upstream version 3.25.1 97/138297/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:46:23 +0000 (08:46 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:46:27 +0000 (08:46 +0900)
commit392945d666d2cfb31a844826a72b1eb65a52546f
treea21354051734cbace4e92d6b10c8fa8cd2721dda
parent4723e0bb24cc41607e5af3bb7036855fa767df0b
Imported Upstream version 3.25.1

Change-Id: I31412b37aa390505e71295f3a2c2e3cf2ba88b41
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
122 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
PKG-INFO
aclocal.m4
autogen.sh
config.h.in
configure
configure.ac
examples/Makefile.in
gi/Makefile.am
gi/Makefile.in
gi/__init__.py
gi/_constants.py
gi/_gobject/Makefile.am [deleted file]
gi/_gobject/Makefile.in [deleted file]
gi/_gobject/__init__.py [deleted file]
gi/_option.py
gi/_propertyhelper.py
gi/_signalhelper.py
gi/gimodule.c
gi/glibmodule.c [deleted file]
gi/gobjectmodule.c
gi/gobjectmodule.h
gi/module.py
gi/overrides/GLib.py
gi/overrides/GObject.py
gi/overrides/Gdk.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/overrides/Makefile.in
gi/overrides/__init__.py
gi/pygboxed.c
gi/pygenum.c
gi/pygflags.c
gi/pygi-argument.c
gi/pygi-array.c
gi/pygi-basictype.c
gi/pygi-cache.c
gi/pygi-closure.c
gi/pygi-error.c
gi/pygi-foreign-cairo.c
gi/pygi-foreign.c
gi/pygi-info.c
gi/pygi-invoke.c
gi/pygi-marshal-cleanup.c
gi/pygi-object.c
gi/pygi-property.c
gi/pygi-signal-closure.c
gi/pygi-signal-closure.h
gi/pygi-source.c
gi/pygi-struct-marshal.c
gi/pygi-util.h
gi/pygi-value.c
gi/pygi-value.h
gi/pyglib-python-compat.h
gi/pyglib.c
gi/pyglib.h
gi/pygobject-object.c
gi/pygobject.h
gi/pygoptioncontext.c
gi/pygoptiongroup.c
gi/pygparamspec.c
gi/pygpointer.c
gi/pygspawn.c
gi/pygtype.c
gi/pygtype.h
gi/repository/Makefile.in
gi/types.py
m4/as-ac-expand.m4 [deleted file]
m4/ax_append_compile_flags.m4 [new file with mode: 0644]
m4/ax_append_flag.m4 [new file with mode: 0644]
m4/ax_append_link_flags.m4 [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/ax_check_link_flag.m4 [new file with mode: 0644]
m4/ax_code_coverage.m4 [new file with mode: 0644]
m4/ax_compiler_flags.m4 [new file with mode: 0644]
m4/ax_compiler_flags_cflags.m4 [new file with mode: 0644]
m4/ax_compiler_flags_gir.m4 [new file with mode: 0644]
m4/ax_compiler_flags_ldflags.m4 [new file with mode: 0644]
m4/ax_is_release.m4 [new file with mode: 0644]
m4/ax_require_defined.m4 [new file with mode: 0644]
m4/glib-2.0.m4 [new file with mode: 0644]
m4/introspection.m4 [new file with mode: 0644]
m4/jhflags.m4 [deleted file]
m4/pkg.m4 [new file with mode: 0644]
m4/python.m4
pygtkcompat/Makefile.in
pygtkcompat/pygtkcompat.py
tests/Makefile.am
tests/Makefile.in
tests/compat_test_pygtk.py
tests/compathelper.py
tests/gimarshallingtestsextra.c
tests/gimarshallingtestsextra.h
tests/helper.py
tests/runtests-windows.py [deleted file]
tests/runtests.py
tests/test_atoms.py
tests/test_cairo.py
tests/test_docstring.py
tests/test_everything.py
tests/test_fields.py
tests/test_gdbus.py
tests/test_gi.py
tests/test_gio.py
tests/test_glib.py
tests/test_gobject.py
tests/test_import_machinery.py
tests/test_iochannel.py
tests/test_mainloop.py
tests/test_overrides_gdk.py
tests/test_overrides_gtk.py
tests/test_overrides_pango.py
tests/test_properties.py
tests/test_repository.py
tests/test_signal.py
tests/test_source.py
tests/test_subprocess.py
tests/test_thread.py
tests/testhelpermodule.c