aboutsummaryrefslogtreecommitdiff
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
commit973564094f29d63d610a92909252bdf21e27d2fb (patch)
tree34dd25e987fb8f28ae5b3c49c02319cddc625651 /python/generator.py
parentremote generator: Handle (unsigned) int arrays (diff)
downloadlibvirt-973564094f29d63d610a92909252bdf21e27d2fb.tar.gz
libvirt-973564094f29d63d610a92909252bdf21e27d2fb.tar.bz2
libvirt-973564094f29d63d610a92909252bdf21e27d2fb.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>
Diffstat (limited to 'python/generator.py')
-rwxr-xr-xpython/generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py
index 2cbe16812..634b78877 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -362,6 +362,7 @@ skip_impl = (
'virNodeDeviceListCaps',
'virConnectBaselineCPU',
'virDomainRevertToSnapshot',
+ 'virDomainSendKey',
)