diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2006-11-16 00:17:10 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2006-11-16 00:17:10 +0000 |
commit | 15d35f3f7676b26ceb6c18095edfd7d24d388dde (patch) | |
tree | b2c48c11bebd5f5cb9c60050abbd680c959e0f2c /libvirt-python-api.xml | |
parent | c4726cbadbd3cc45ab8873a807d624890729502c (diff) | |
download | libvirt-python-v6-15d35f3f7676b26ceb6c18095edfd7d24d388dde.tar.gz libvirt-python-v6-15d35f3f7676b26ceb6c18095edfd7d24d388dde.tar.xz libvirt-python-v6-15d35f3f7676b26ceb6c18095edfd7d24d388dde.zip |
Added binding for virConnectListDefinedDomains apiv0.1.9v0.1.11v0.1.10LIBVIRT_0_1_9LIBVIRT_0_1_11LIBVIRT_0_1_10
Diffstat (limited to 'libvirt-python-api.xml')
-rw-r--r-- | libvirt-python-api.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index 302ba02..1a658a3 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -6,6 +6,11 @@ <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/> <return type='int *' info="the list of ID or None in case of error"/> </function> + <function name='virConnectListDefinedDomains' file='python'> + <info>list the defined domains, stores the pointers to the names in @names</info> + <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/> + <return type='str *' info='the list of Names of None in case of error'/> + </function> <function name='virDomainLookupByUUID' file='python'> <info>Try to lookup a domain on the given hypervisor based on its UUID.</info> <return type='virDomainPtr' info='a new domain object or NULL in case of failure'/> |