diff options
author | Hu Tao <hutao@cn.fujitsu.com> | 2011-07-27 10:13:08 +0800 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2011-07-28 09:49:24 +0200 |
commit | 0950f558f708de0ba2123426777c1a1ea20071cb (patch) | |
tree | b43370cdffb3d4b21888ca238e9b68e4ab3c94d2 /libvirt-override-api.xml | |
parent | 9032bdf0984ede108a6399b94707ad1ecb1e0b5b (diff) | |
download | libvirt-python-v6-0950f558f708de0ba2123426777c1a1ea20071cb.tar.gz libvirt-python-v6-0950f558f708de0ba2123426777c1a1ea20071cb.tar.xz libvirt-python-v6-0950f558f708de0ba2123426777c1a1ea20071cb.zip |
python: add python binding for virDomainGetBlkioParameters
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r-- | libvirt-override-api.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index a8929b1..00f8e6a 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -208,10 +208,10 @@ <arg name='params' type='virBlkioParameterPtr' info='pointer to blkio tunable objects'/> </function> <function name='virDomainGetBlkioParameters' file='python'> - <info>Get the blkio parameters, the @params array will be filled with the values.</info> - <return type='int' info='-1 in case of error, 0 in case of success.'/> + <info>Get the blkio parameters</info> + <return type='virSchedParameterPtr' info='None in case of error, returns a dictionary of params'/> <arg name='domain' type='virDomainPtr' info='pointer to domain object'/> - <arg name='params' type='virBlkioParameterPtr' info='pointer to blkio tunable objects'/> + <arg name='flags' type='int' info='an OR'ed set of virDomainModificationImpact'/> </function> <function name='virDomainSetMemoryParameters' file='python'> <info>Change the memory tunables</info> |