summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLai Jiangshan <laijs@cn.fujitsu.com>2011-06-07 17:11:12 +0800
committerEric Blake <eblake@redhat.com>2011-06-14 13:00:21 -0600
commit38ea2941d81e9644535a09818b05e34ddfd75920 (patch)
treed9e7a2fe52586f792dd974ccee02a72789924abc
parentbd04537e4c8b1847adb9f27304268e688e966c46 (diff)
downloadlibvirt-python-split-38ea2941d81e9644535a09818b05e34ddfd75920.tar.gz
libvirt-python-split-38ea2941d81e9644535a09818b05e34ddfd75920.tar.xz
libvirt-python-split-38ea2941d81e9644535a09818b05e34ddfd75920.zip
send-key: Defining the public API
Add public virDomainSendKey() and enum libvirt_keycode_set for the @codeset. Python version of virDomainSendKey() has not been implemented yet, it will be done soon. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 2cbe168..634b788 100755
--- a/generator.py
+++ b/generator.py
@@ -362,6 +362,7 @@ skip_impl = (
'virNodeDeviceListCaps',
'virConnectBaselineCPU',
'virDomainRevertToSnapshot',
+ 'virDomainSendKey',
)