Home
last modified time | relevance | path

Searched defs:SpiceCoreInterfaceInternal (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-common.h50 typedef struct SpiceCoreInterfaceInternal SpiceCoreInterfaceInternal; typedef
57 struct SpiceCoreInterfaceInternal { struct
58 …SpiceTimer *(*timer_add)(const SpiceCoreInterfaceInternal *iface, SpiceTimerFunc func, void *opaqu… argument
60 …SpiceWatch *(*watch_add)(const SpiceCoreInterfaceInternal *iface, int fd, int event_mask, SpiceWat… argument
62 …void (*channel_event)(const SpiceCoreInterfaceInternal *iface, int event, SpiceChannelEventInfo *i… argument
66 inline SpiceTimer *timer_new(void (*func)(T*), T *opaque) const in timer_new()
70 inline SpiceWatch *watch_new(int fd, int event_mask, void (*func)(int,int,T*), T* opaque) const in watch_new()
85 union {