Re: [libvirt] [libvirt-glib PATCHv3 12/27] Add gobject boilerplate for GVirConfigDomainDevice

2011-11-23 Thread Daniel P. Berrange
On Wed, Nov 23, 2011 at 02:34:55PM +0100, Christophe Fergeau wrote: > This is an abstract type which will be used as a base class for > all objects stored in the section of a domain. > > -- > v3: rename to GVirConfigDomainDevice > --- > libvirt-gconfig/Makefile.am |2 + >

[libvirt] [libvirt-glib PATCHv3 12/27] Add gobject boilerplate for GVirConfigDomainDevice

2011-11-23 Thread Christophe Fergeau
This is an abstract type which will be used as a base class for all objects stored in the section of a domain. -- v3: rename to GVirConfigDomainDevice --- libvirt-gconfig/Makefile.am |2 + libvirt-gconfig/libvirt-gconfig-domain-device.c | 61 + libvi