On Sat, Oct 01, 2011 at 07:57:46PM +0200, Marc-André Lureau wrote:
Allows to read async from a stream with GVirInputStream.
This is modelled after GSocket.
enum {
@@ -60,6 +64,71 @@ gvir_stream_error_quark(void)
return g_quark_from_static_string("vir-g-stream");
}
I'd rename it to gvir-stream to be consistent with the other quarks defined
in libvirt-glib.
Christophe