Re: [libvirt] [libvirt-glib 04/23] Add GVirConfigObject::node property

2011-10-18 Thread Daniel P. Berrange
On Fri, Oct 07, 2011 at 11:40:49AM +0200, Christophe Fergeau wrote: This property stores the XML node corresponding to the current configuration object in the XML tree. When creating configuration objects from a XML string, the XML file will be lazily loaded, and this property will be set.

Re: [libvirt] [libvirt-glib 04/23] Add GVirConfigObject::node property

2011-10-18 Thread Christophe Fergeau
On Tue, Oct 18, 2011 at 12:32:33PM +0100, Daniel P. Berrange wrote: On Fri, Oct 07, 2011 at 11:40:49AM +0200, Christophe Fergeau wrote: @@ -277,6 +306,8 @@ const gchar *gvir_config_object_get_schema(GVirConfigObject *config) } /* NB: the xmlDocPtr must not be freed by the caller */

Re: [libvirt] [libvirt-glib 04/23] Add GVirConfigObject::node property

2011-10-18 Thread Daniel P. Berrange
On Tue, Oct 18, 2011 at 02:43:10PM +0200, Christophe Fergeau wrote: On Tue, Oct 18, 2011 at 12:32:33PM +0100, Daniel P. Berrange wrote: On Fri, Oct 07, 2011 at 11:40:49AM +0200, Christophe Fergeau wrote: @@ -277,6 +306,8 @@ const gchar *gvir_config_object_get_schema(GVirConfigObject

[libvirt] [libvirt-glib 04/23] Add GVirConfigObject::node property

2011-10-07 Thread Christophe Fergeau
This property stores the XML node corresponding to the current configuration object in the XML tree. When creating configuration objects from a XML string, the XML file will be lazily loaded, and this property will be set. --- libvirt-gconfig/libvirt-gconfig-object.c | 35