summaryrefslogtreecommitdiffstats
path: root/libvirt-python-api.xml
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2007-04-10 23:15:58 +0000
committerDaniel P. Berrange <berrange@redhat.com>2007-04-10 23:15:58 +0000
commit09e33225d13297467fd7fd863ea55cbe04b3f486 (patch)
tree25c8a1ac37f09cbb76bf33fe4a0f750a86b24235 /libvirt-python-api.xml
parent98ad0d934884e76fe524527774af75bdaac04ee2 (diff)
downloadlibvirt-python-split-09e33225d13297467fd7fd863ea55cbe04b3f486.tar.gz
libvirt-python-split-09e33225d13297467fd7fd863ea55cbe04b3f486.tar.xz
libvirt-python-split-09e33225d13297467fd7fd863ea55cbe04b3f486.zip
Added vir*GetAutostart APIs to python
Diffstat (limited to 'libvirt-python-api.xml')
-rw-r--r--libvirt-python-api.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml
index 28f0185..40cac6d 100644
--- a/libvirt-python-api.xml
+++ b/libvirt-python-api.xml
@@ -53,5 +53,15 @@
<return type='char *' info='the 16 bytes string or None in case of error'/>
<arg name='domain' type='virNetworkPtr' info='a network object'/>
</function>
+ <function name='virNetworkGetAutostart' file='python'>
+ <info>Extract the autostart flag for a network.</info>
+ <return type='int' info='the autostart flag, or None in case of error'/>
+ <arg name='domain' type='virNetworkPtr' info='a network object'/>
+ </function>
+ <function name='virDomainGetAutostart' file='python'>
+ <info>Extract the autostart flag for a domain</info>
+ <return type='int' info='the autostart flag, or None in case of error'/>
+ <arg name='domain' type='virDomainPtr' info='a network object'/>
+ </function>
</symbols>
</api>