File: libvirt-qemu-override-api.xml

package info (click to toggle)
libvirt 0.9.12.3-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 115,024 kB
  • sloc: ansic: 324,394; xml: 44,112; sh: 15,676; python: 6,198; makefile: 2,916; perl: 2,003; ml: 472; sed: 16
file content (12 lines) | stat: -rw-r--r-- 635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<api name='libvir-qemu-python'>
  <symbols>
      <function name='virDomainQemuMonitorCommand' file='python-qemu'>
        <info>Send an arbitrary monitor command through qemu monitor of domain</info>
        <return type='str *' info='the command output or None in case of error'/>
        <arg name='domain' type='virDomainPtr' info='pointer to domain object'/>
        <arg name='cmd' type='const char *' info='the command which will be passed to QEMU monitor'/>
        <arg name='flags' type='unsigned int' info='an OR&apos;ed set of virDomainQemuMonitorCommandFlags'/>
      </function>
  </symbols>
</api>