mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
This commit is contained in:
committed by
Eric Blake
parent
a8f12a16c8
commit
973564094f
@@ -362,6 +362,7 @@ skip_impl = (
|
||||
'virNodeDeviceListCaps',
|
||||
'virConnectBaselineCPU',
|
||||
'virDomainRevertToSnapshot',
|
||||
'virDomainSendKey',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user