Re: [Libguestfs] Libguestfs gobject bindings

2012-01-13 Thread Daniel P. Berrange
On Thu, Jan 12, 2012 at 11:59:22AM +, Matthew Booth wrote: I'm currently working on gobject bindings for libguestfs. I haven't got as far as compiling anything yet, but I've attached the C header for initial review. typedef struct _GuestfsPV GuestfsPV; struct _GuestfsPV { gchar

Re: [Libguestfs] Libguestfs gobject bindings

2012-01-13 Thread Daniel P. Berrange
On Fri, Jan 13, 2012 at 12:50:30PM +, Richard W.M. Jones wrote: On Fri, Jan 13, 2012 at 12:28:50PM +, Daniel P. Berrange wrote: GIO provides all the infrastructure you need to do this, via the GSimpleAsyncResult object, and its g_simple_async_result_run_in_thread method. So it