summaryrefslogtreecommitdiffstats
path: root/gio/Makefile.am
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2009-05-30 16:57:49 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-05-31 17:20:29 +0300
commit833d4da202bcfcb01a414f8aec4b751ec8e1ccb2 (patch)
treee8ed82611d46cdc090f41cac0f21777e4e75a36d /gio/Makefile.am
parent2cb569c0ced49f9ed5ca83292d5f15c837066688 (diff)
downloadpygobject-833d4da202bcfcb01a414f8aec4b751ec8e1ccb2.tar.gz
pygobject-833d4da202bcfcb01a414f8aec4b751ec8e1ccb2.tar.xz
pygobject-833d4da202bcfcb01a414f8aec4b751ec8e1ccb2.zip
Wrap gio.DataInputStream.read_line_async and read_until_async
Wrap the functions and their corresponding *_finish() functions. Create 'gdatainputstream.override' for these and move two existing functions there. Add unit tests. Re-enable synchronous read_line unit test and adjust it for new official GIO behavior. Bug #584285.
Diffstat (limited to 'gio/Makefile.am')
-rw-r--r--gio/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am
index b430b8e..7a2fe58 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -38,6 +38,7 @@ GIO_OVERRIDES = \
gio.override \
gappinfo.override \
gapplaunchcontext.override \
+ gdatainputstream.override \
gdrive.override \
gfile.override \
gfileattribute.override \