On 07.07, Christophe Fergeau wrote:
Hey,
On Mon, Jun 30, 2014 at 07:50:15PM +0200, Timm Bäder wrote:
> ... which returns a GList of GVirDomainSnapshots, i.e. without any tree
> structure or other relationship between the snapshots.
Looks good, ACK. Any plans to return the snapshots as a tree at some
point? Or can the library user reconstruct this tree information from
the current API?
Christophe
I don't really have plans on this (since I don't need it) but since
there's gvir_config_domain_snapshot_get_parent exists I guess it can be
done manually (although not very convenient...).
Timm