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/gio.override | 1 + 1 file changed, 1 insertion(+) (limited to 'gio/gio.override') diff --git a/gio/gio.override b/gio/gio.override index ea4c4ec..e68f725 100644 --- a/gio/gio.override +++ b/gio/gio.override @@ -230,6 +230,7 @@ async_result_callback_marshal(GObject *source_object, include gappinfo.override gapplaunchcontext.override + gdatainputstream.override gdrive.override gfile.override gfileattribute.override -- cgit