diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2008-11-21 12:41:15 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2008-11-21 12:41:15 +0000 |
commit | 4d481373b26166c04f89c5e6ddd566dc895d7d20 (patch) | |
tree | c2a12bcf005771432d7d4d91abf2fc137692f0d0 /libvirt-python-api.xml | |
parent | 1235fc187b9bc4bfa03be9661080c21172691c80 (diff) | |
download | libvirt-python-v6-4d481373b26166c04f89c5e6ddd566dc895d7d20.tar.gz libvirt-python-v6-4d481373b26166c04f89c5e6ddd566dc895d7d20.tar.xz libvirt-python-v6-4d481373b26166c04f89c5e6ddd566dc895d7d20.zip |
Python binding for node device APIs (David Lively)
Diffstat (limited to 'libvirt-python-api.xml')
-rw-r--r-- | libvirt-python-api.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index f3b82fc..43a5b4e 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -160,5 +160,17 @@ <return type='int *' info='the list of information or None in case of error'/> <arg name='vol' type='virStorageVolPtr' info='a storage vol object'/> </function> + <function name='virNodeListDevices' file='python'> + <info>list the node devices</info> + <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/> + <arg name='cap' type='const unsigned char *' info='capability name'/> + <arg name='flags' type='unsigned int' info='flags (unused; pass 0)'/> + <return type='str *' info='the list of Names or None in case of error'/> + </function> + <function name='virNodeDeviceListCaps' file='python'> + <info>list the node device's capabilities</info> + <arg name='dev' type='virNodeDevicePtr' info='pointer to the node device'/> + <return type='str *' info='the list of Names or None in case of error'/> + </function> </symbols> </api> |