Re: [libvirt] [libvirt-glib 2/3] glib: Allow to remove disabled timers and handles

2014-01-29 Thread Daniel P. Berrange
On Tue, Jan 28, 2014 at 02:08:27PM +0100, Christophe Fergeau wrote: > Trying to remove a disabled timer or handle will cause > gvir_{event,timer}_handle_remove() to return an error > rather than removing it. > --- > libvirt-glib/libvirt-glib-event.c | 18 +- > 1 file changed, 9 ins

[libvirt] [libvirt-glib 2/3] glib: Allow to remove disabled timers and handles

2014-01-28 Thread Christophe Fergeau
Trying to remove a disabled timer or handle will cause gvir_{event,timer}_handle_remove() to return an error rather than removing it. --- libvirt-glib/libvirt-glib-event.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libvirt-glib/libvirt-glib-event.c b/li