[libvirt] [libvirt-glib 01/23] Add helpers in libvirt-gconfig-helpers.[ch]

2011-11-08 Thread Christophe Fergeau
These helper functions will be useful later on. These functions are not made available to the library user since we don't want to expose too much our libxml internals. --- examples/Makefile.am |1 + libvirt-gconfig/Makefile.am |5 + libvir

Re: [libvirt] [libvirt-glib 01/23] Add helpers in libvirt-gconfig-helpers.[ch]

2011-11-07 Thread Christophe Fergeau
On Mon, Nov 07, 2011 at 01:56:42PM +, Daniel P. Berrange wrote: > On Mon, Nov 07, 2011 at 02:52:24PM +0100, Christophe Fergeau wrote: > > At this point, I'm not sure what kind of low-level API we want to make > > available to the library user (by low-level, I mean letting people directly > > po

Re: [libvirt] [libvirt-glib 01/23] Add helpers in libvirt-gconfig-helpers.[ch]

2011-11-07 Thread Daniel P. Berrange
On Mon, Nov 07, 2011 at 02:52:24PM +0100, Christophe Fergeau wrote: > Hi, > > On Tue, Oct 18, 2011 at 12:06:50PM +0100, Daniel P. Berrange wrote: > > On Fri, Oct 07, 2011 at 11:40:46AM +0200, Christophe Fergeau wrote: > > > These helper functions will be useful later on. > > > --- > > > examples/

Re: [libvirt] [libvirt-glib 01/23] Add helpers in libvirt-gconfig-helpers.[ch]

2011-11-07 Thread Christophe Fergeau
Hi, On Tue, Oct 18, 2011 at 12:06:50PM +0100, Daniel P. Berrange wrote: > On Fri, Oct 07, 2011 at 11:40:46AM +0200, Christophe Fergeau wrote: > > These helper functions will be useful later on. > > --- > > examples/Makefile.am |1 + > > libvirt-gconfig/Makefile.am

Re: [libvirt] [libvirt-glib 01/23] Add helpers in libvirt-gconfig-helpers.[ch]

2011-10-18 Thread Daniel P. Berrange
On Fri, Oct 07, 2011 at 11:40:46AM +0200, Christophe Fergeau wrote: > These helper functions will be useful later on. > --- > examples/Makefile.am |1 + > libvirt-gconfig/Makefile.am |3 + > libvirt-gconfig/libvirt-gconfig-helpers.c | 179 >

[libvirt] [libvirt-glib 01/23] Add helpers in libvirt-gconfig-helpers.[ch]

2011-10-07 Thread Christophe Fergeau
These helper functions will be useful later on. --- examples/Makefile.am |1 + libvirt-gconfig/Makefile.am |3 + libvirt-gconfig/libvirt-gconfig-helpers.c | 179 + libvirt-gconfig/libvirt-gconfig-helpers.h | 48 lib