From e46bf585a6ff8f535c0bccb1667fafd0aebd1904 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 15 Jun 2011 19:35:44 -0400 Subject: python: Add bindings for virEvent*Handle/Timeout --- generator.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'generator.py') diff --git a/generator.py b/generator.py index 6fdc6f8..7a04d18 100755 --- a/generator.py +++ b/generator.py @@ -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", -- cgit