Imported Upstream version 2.27.91 30/138230/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:35:52 +0000 (08:35 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Jul 2017 23:35:52 +0000 (08:35 +0900)
commitc79482ebfe55da780fd2d733696f5107dc4d5cb8
tree8411f3b719fb7caa88160b97cf5f00802a717cec
parentee96b8b4ed303ec374e37237f86555754cf2ae60
Imported Upstream version 2.27.91

Change-Id: I3788dba2f5257cabaed71dd66932f46025d61a4e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
88 files changed:
ChangeLog
NEWS
PKG-INFO
configure
configure.ac
docs/html/class-gioappinfo.html
docs/html/class-gioapplaunchcontext.html
docs/html/class-gioasyncresult.html
docs/html/class-giobufferedinputstream.html
docs/html/class-giobufferedoutputstream.html
docs/html/class-giocancellable.html
docs/html/class-giodatainputstream.html
docs/html/class-giodataoutputstream.html
docs/html/class-giodrive.html
docs/html/class-gioemblem.html
docs/html/class-gioemblemedicon.html
docs/html/class-giofile.html
docs/html/class-giofileattributeinfo.html
docs/html/class-giofileenumerator.html
docs/html/class-giofileicon.html
docs/html/class-giofileinfo.html
docs/html/class-giofileinputstream.html
docs/html/class-giofilemonitor.html
docs/html/class-giofileoutputstream.html
docs/html/class-giofilterinputstream.html
docs/html/class-giofilteroutputstream.html
docs/html/class-gioicon.html
docs/html/class-gioinputstream.html
docs/html/class-gioloadableicon.html
docs/html/class-giomemoryinputstream.html
docs/html/class-giomemoryoutputstream.html
docs/html/class-giomount.html
docs/html/class-giomountoperation.html
docs/html/class-giooutputstream.html
docs/html/class-gioseekable.html
docs/html/class-giosimpleasyncresult.html
docs/html/class-giothemedicon.html
docs/html/class-giounixinputstream.html
docs/html/class-giounixoutputstream.html
docs/html/class-giovolume.html
docs/html/class-giovolumemonitor.html
docs/html/class-glibmaincontext.html
docs/html/class-glibmainloop.html
docs/html/class-gobject.html
docs/html/class-gobjectgboxed.html
docs/html/class-gobjectginterface.html
docs/html/class-gobjectgpointer.html
docs/html/gio-constants.html
docs/html/gio-functions.html
docs/html/glib-constants.html
docs/html/glib-functions.html
docs/html/gobject-constants.html
docs/html/gobject-functions.html
docs/html/index.html
gi/Makefile.am
gi/Makefile.in
gi/__init__.py
gi/gimodule.c
gi/importer.py
gi/module.py
gi/overrides/Gdk.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/pygi-argument.c
gi/pygi-argument.h
gi/pygi-closure.c
gi/pygi-info.c
gi/pygi-invoke.c
gi/pygi-private.h
gi/pygi-repository.c
gi/pygi-signal-closure.c [new file with mode: 0644]
gi/pygi-signal-closure.h [new file with mode: 0644]
gi/pygi.h
gi/types.py
gobject/gobjectmodule.c
gobject/pygflags.c
gobject/pygobject.c
tests/Makefile.am
tests/Makefile.in
tests/runtests.py
tests/test_gcancellable.py [new file with mode: 0644]
tests/test_gdbus.py
tests/test_gi.py
tests/test_gicon.py [new file with mode: 0644]
tests/test_gio.py [new file with mode: 0644]
tests/test_gresolver.py [new file with mode: 0644]
tests/test_gsocket.py [new file with mode: 0644]
tests/test_overrides.py