On Wed, Nov 23, 2011 at 02:35:10PM +0100, Christophe Fergeau wrote:
> The GObject private data allocated with g_type_class_add_private
> will be automatically zero'ed when the GObject is created so we
> don't need to memset it to 0.
> ---
> libvirt-gconfig/libvirt-gconfig-capabilities.c |6
The GObject private data allocated with g_type_class_add_private
will be automatically zero'ed when the GObject is created so we
don't need to memset it to 0.
---
libvirt-gconfig/libvirt-gconfig-capabilities.c |6 +-
libvirt-gconfig/libvirt-gconfig-domain-clock.c |6 +-
lib