On Thu, Aug 07, 2014 at 12:20:16PM +0200, Timm Bäder wrote: > ... which uses virDomainHasCurrentSnapshot to determine if the given > domain has a current snapshot or not. > --- > libvirt-gobject/libvirt-gobject-domain.c | 34 ++++++++++++++++++++++++++++++++ > libvirt-gobject/libvirt-gobject-domain.h | 4 ++++ > libvirt-gobject/libvirt-gobject.sym | 1 + > 3 files changed, 39 insertions(+) > > diff --git a/libvirt-gobject/libvirt-gobject-domain.c b/libvirt-gobject/libvirt-gobject-domain.c > index 5399892..f3794cc 100644 > --- a/libvirt-gobject/libvirt-gobject-domain.c > +++ b/libvirt-gobject/libvirt-gobject-domain.c > @@ -1686,3 +1686,37 @@ gboolean gvir_domain_fetch_snapshots_finish(GVirDomain *dom, > > return g_task_propagate_boolean(G_TASK(res), error); > } > + > + > +/** > + * gvir_domain_has_current_snapshot: > + * @dom: a #GVirDomain > + * @flags: Unused, pass 0 > + * @has_current_snapshot: (out): Will be set to %TRUE if the given domain > + * has a current snapshot and to %FALSE otherwise. > + * @error: (allow-none): Place-holder for error or %NULL > + * > + * Returns: %TRUE on success, %FALSE otherwise. > + */ > +gboolean gvir_domain_has_current_snapshot(GVirDomain *dom, > + guint flags, > + gboolean *has_current_snapshot, > + GError **error) { I think this one needs to be gvir_domain_get_has_current_snapshot as well :( Christophe
Attachment:
pgpfO69v2Q4gS.pgp
Description: PGP signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list