summaryrefslogtreecommitdiffstats
path: root/libvirt-python-api.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2008-06-11 07:49:01 +0000
committerDaniel Veillard <veillard@redhat.com>2008-06-11 07:49:01 +0000
commitf0332b83e087e83032f983315b22d1eb5b309ff5 (patch)
treef38de12bffc65944daadbfc198585260efc73e7a /libvirt-python-api.xml
parent1b58a90c1a40d555fd82d91e89f8cf0a51042059 (diff)
downloadlibvirt-python-split-f0332b83e087e83032f983315b22d1eb5b309ff5.tar.gz
libvirt-python-split-f0332b83e087e83032f983315b22d1eb5b309ff5.tar.xz
libvirt-python-split-f0332b83e087e83032f983315b22d1eb5b309ff5.zip
* python/libvir.py python/libvirt-python-api.xml: more pythonv0.4.4
cleanups by Cole Robinson Daniel
Diffstat (limited to 'libvirt-python-api.xml')
-rw-r--r--libvirt-python-api.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml
index da643d7..f3b82fc 100644
--- a/libvirt-python-api.xml
+++ b/libvirt-python-api.xml
@@ -83,6 +83,11 @@
<return type='int' info='the autostart flag, or None in case of error'/>
<arg name='domain' type='virDomainPtr' info='a network object'/>
</function>
+ <function name='virStoragePoolGetAutostart' file='python'>
+ <info>Extract the autostart flag for a storage pool</info>
+ <return type='int' info='the autostart flag, or None in case of error'/>
+ <arg name='pool' type='virStoragePoolPtr' info='a storage pool object'/>
+ </function>
<function name='virDomainBlockStats' file='python'>
<info>Extracts block device statistics for a domain</info>
<return type='virDomainBlockStats' info='a tuple of statistics'/>