diff options
author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2011-06-07 17:11:12 +0800 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-06-14 13:00:21 -0600 |
commit | 38ea2941d81e9644535a09818b05e34ddfd75920 (patch) | |
tree | d9e7a2fe52586f792dd974ccee02a72789924abc | |
parent | bd04537e4c8b1847adb9f27304268e688e966c46 (diff) | |
download | libvirt-python-v6-38ea2941d81e9644535a09818b05e34ddfd75920.tar.gz libvirt-python-v6-38ea2941d81e9644535a09818b05e34ddfd75920.tar.xz libvirt-python-v6-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-x | generator.py | 1 |
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', ) |