mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-27 11:34:09 +03:00
python: Add binding for virDomainGetDiskErrors
This commit is contained in:
@@ -421,5 +421,11 @@
|
||||
<arg name='flags' type='unsigned int' info='an OR'ed set of virDomainMemoryFlags'/>
|
||||
<return type='char *' info='the returned buffer or None in case of error'/>
|
||||
</function>
|
||||
<function name='virDomainGetDiskErrors' file='python'>
|
||||
<info>Extract errors on disk devices.</info>
|
||||
<return type='virDomainDiskErrorPtr' info='dictionary of disks and their errors or None in case of error'/>
|
||||
<arg name='domain' type='virDomainPtr' info='a domain object'/>
|
||||
<arg name='flags' type='unsigned int' info='unused, always pass 0'/>
|
||||
</function>
|
||||
</symbols>
|
||||
</api>
|
||||
|
||||
Reference in New Issue
Block a user