summaryrefslogtreecommitdiffstats
path: root/gio/gdatainputstream.override
Commit message (Collapse)AuthorAgeFilesLines
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-311-0/+250
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.