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.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gio/gio.defs') diff --git a/gio/gio.defs b/gio/gio.defs index ed22d88..715e392 100644 --- a/gio/gio.defs +++ b/gio/gio.defs @@ -790,7 +790,7 @@ ) ;; -;; wrapped in ginputstream.override +;; wrapped in gdatainputstream.override ;; (define-method read_line (of-object "GDataInputStream") @@ -808,7 +808,7 @@ ) ;; -;; wrapped in ginputstream.override +;; wrapped in gdatainputstream.override ;; (define-method read_until (of-object "GDataInputStream") -- cgit