File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<symbols >
4
4
<function name =' virDomainQemuMonitorCommand' file =' python-qemu' >
5
5
<info >Send an arbitrary monitor command through qemu monitor of domain</info >
6
- <return type =' str *' info =' the command output or None in case of error' />
6
+ <return type =' char *' info =' the command output or None in case of error' />
7
7
<arg name =' domain' type =' virDomainPtr' info =' pointer to domain object' />
8
8
<arg name =' cmd' type =' const char *' info =' the command which will be passed to QEMU monitor' />
9
9
<arg name =' flags' type =' unsigned int' info =' an OR' ed set of virDomainQemuMonitorCommandFlags' />
10
10
</function >
11
11
<function name =' virDomainQemuAgentCommand' file =' python-qemu' >
12
12
<info >Send a Guest Agent command to domain</info >
13
- <return type =' str *' info =' the command output' />
13
+ <return type =' char *' info =' the command output' />
14
14
<arg name =' domain' type =' virDomainPtr' info =' pointer to the domain' />
15
15
<arg name =' cmd' type =' const char *' info =' guest agent command on domain' />
16
16
<arg name =' timeout' type =' int' info =' timeout seconds' />
You can’t perform that action at this time.
0 commit comments