diff options
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r-- | libvirt-override-api.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 148b89b..4e55182 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -1,6 +1,11 @@ <?xml version="1.0"?> <api name='libvir-python'> <symbols> + <function name="virConnectGetLibVersion" file='python'> + <info>Returns the libvirt version of the connection host</info> + <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/> + <return type='int' info="0 on success, -1 on error"/> + </function> <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'/> |