mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
python: Add bindings for virEvent*Handle/Timeout
This commit is contained in:
@@ -198,7 +198,8 @@ skipped_types = {
|
||||
'virConnectDomainEventIOErrorCallback': "No function types in python",
|
||||
'virConnectDomainEventGraphicsCallback': "No function types in python",
|
||||
'virStreamEventCallback': "No function types in python",
|
||||
'virEventAddHandleFunc': "No function types in python",
|
||||
'virEventHandleCallback': "No function types in python",
|
||||
'virEventTimeoutCallback': "No function types in python",
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
@@ -398,14 +399,6 @@ skip_function = (
|
||||
'virStreamRecv', # overridden in libvirt-override-virStream.py
|
||||
'virStreamSend', # overridden in libvirt-override-virStream.py
|
||||
|
||||
# XXX: Skip for now, some work needed to handle Timeout/Handle callbacks
|
||||
'virEventAddHandle',
|
||||
'virEventRemoveHandle',
|
||||
'virEventUpdateHandle',
|
||||
'virEventAddTimeout',
|
||||
'virEventRemoveTimeout',
|
||||
'virEventUpdateTimeout',
|
||||
|
||||
# 'Ref' functions have no use for bindings users.
|
||||
"virConnectRef",
|
||||
"virDomainRef",
|
||||
|
||||
Reference in New Issue
Block a user