From 833d4da202bcfcb01a414f8aec4b751ec8e1ccb2 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sat, 30 May 2009 16:57:49 +0300 Subject: 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. --- gio/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gio/Makefile.am') 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 \ -- cgit