diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-09 17:45:11 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-09 17:45:11 +0000 |
commit | 1d8b52d81d55c3591b887364a6c5723ef4fd5197 (patch) | |
tree | b0a2a779345c8a2eab671f79e4da602a04859d5b /libvirt-python-api.xml | |
parent | fb54944e588be376fcd3fc9e01d8592a86731c41 (diff) | |
download | libvirt-python-v6-1d8b52d81d55c3591b887364a6c5723ef4fd5197.tar.gz libvirt-python-v6-1d8b52d81d55c3591b887364a6c5723ef4fd5197.tar.xz libvirt-python-v6-1d8b52d81d55c3591b887364a6c5723ef4fd5197.zip |
* //* : renamed the project libvirt , this affects all makefiles,v0.0.3LIBVIRT_0_0_3
the specs, the icons, the docs, etc ...
* configure.in: prepare for 0.0.3
Daniel
Diffstat (limited to 'libvirt-python-api.xml')
-rw-r--r-- | libvirt-python-api.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml new file mode 100644 index 0000000..d90da8a --- /dev/null +++ b/libvirt-python-api.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<api name='libvir-python'> + <symbols> + <function name="virConnectListDomainsID" file='python'> + <info>Returns the list of the ID of the domains on the hypervisor</info> + <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='virDomainGetInfo' file='libvir' module='libvir'> + <info>Extract information about a domain. Note that if the connection used to get the domain is limited only a partial set of the informations can be extracted.</info> + <return type='int *' info='the list of informations or None in case of error'/> + <arg name='domain' type='virDomainPtr' info='a domain object'/> + </function> + </symbols> +</api> |