Add new override file to dist
[libvirt-python/ericb.git] / libvirt-lxc-override-api.xml
blobdb0d45df3d6f47edba3a9352c19eddcb6ea2c4d1
1 <?xml version="1.0"?>
2 <api name='libvir-lxc-python'>
3   <symbols>
4     <function name='virDomainLxcOpenNamespace' file='python-lxc'>
5       <info><![CDATA[This API is LXC specific, so it will only work with hypervisor
6 connections to the LXC driver.
8 Open the namespaces associated with the container @domain
9 and return a list of file descriptors associated with the
10 container.
12 The returned file descriptors are intended to be used with
13 the setns() system call.]]></info>
14       <return type='int' info='the list of open file descriptors, or -1 on error'/>
15       <arg name='domain' type='virDomainPtr' info='a domain object'/>
16       <arg name='flags' type='unsigned int' info='currently unused, pass 0'/>
17     </function>
18   </symbols>
19 </api>