Dan Winship 800d6ff111 gio: add GBytes-based input/output stream methods
Using a caller-supplied buffer for g_input_stream_read() doesn't
translate well to the semantics of many other languages, and using a
non-refcounted buffer for read_async() and write_async() makes it
impossible to manage the memory correctly currently in
garbage-collected languages.

Fix both of these issues by adding a new set of methods that work with
GBytes objects rather than plain buffers.

https://bugzilla.gnome.org/show_bug.cgi?id=671139
2012-05-24 17:48:13 -04:00
..
2012-04-19 10:06:26 +02:00
2012-02-06 22:33:19 +01:00
2012-01-23 00:26:05 -05:00
2011-12-08 18:05:12 -05:00
2011-12-08 18:05:12 -05:00
2011-06-04 18:48:19 -04:00
2011-12-13 13:21:55 -05:00