Hey,
This patch series adds the needed setters/getters to libvirt-gconfig
to be able to generate the libvirt XML described at
http://libvirt.org/formatsnapshot.html
One thing of note is gvir_config_domain_snapshot_get_creation_time()
which returns a GDateTime, which was only added in glib 2.26 while
libvirt-glib depends on glib 2.22. Alternatively, we can return a time_t
instead.
Christophe