Re: [libvirt] [libvirt-glib 4/5] Allow unsetting of string & object properties

2012-05-10 Thread Christophe Fergeau
On Thu, May 10, 2012 at 11:49:43PM +0300, Zeeshan Ali (Khattak) wrote: > On Thu, May 10, 2012 at 9:58 PM, Christophe Fergeau > wrote: > > The 2nd one only has the gvir_config_object_attach_replace changes, > > and it has some changes: I reordered the parameter to _attach_replace to > > make the o

Re: [libvirt] [libvirt-glib 4/5] Allow unsetting of string & object properties

2012-05-10 Thread Zeeshan Ali (Khattak)
On Thu, May 10, 2012 at 9:58 PM, Christophe Fergeau wrote: > Hey, > > I've split this patch in 2 to make it more digestable. First one is > unchanged and only contains the gvir_config_object_set_node_content > changes > The 2nd one only has the gvir_config_object_attach_replace changes, > and it h

Re: [libvirt] [libvirt-glib 4/5] Allow unsetting of string & object properties

2012-05-10 Thread Christophe Fergeau
Hey, I've split this patch in 2 to make it more digestable. First one is unchanged and only contains the gvir_config_object_set_node_content changes The 2nd one only has the gvir_config_object_attach_replace changes, and it has some changes: I reordered the parameter to _attach_replace to make the

[libvirt] [libvirt-glib 4/5] Allow unsetting of string & object properties

2012-05-08 Thread Zeeshan Ali (Khattak)
From: "Zeeshan Ali (Khattak)" Passing a 'NULL' value now deletes the corresponding node/tree. --- .../libvirt-gconfig-domain-chardev-source-pty.c|6 ++ .../libvirt-gconfig-domain-controller.c|9 ++- libvirt-gconfig/libvirt-gconfig-domain-os.c| 20 +++ libvir