2 typedef int (*socket_callback
) (void *source
, int condition
, void *user_data
);
3 typedef int (*timer_callback
) (void *user_data
);
7 socket_callback callback
;
17 typedef struct socketeventRec socketevent
;
22 timer_callback callback
;
26 guint64 next_call
; /* miliseconds */
29 typedef struct timerRec timerevent
;