/** Defines an abstracted event polling API. This may be used to
connect Avahi to other main loops. This is losely based on Unix
poll(2). A consumer will call watch_new() for all file descriptors it
- wants to listen for events on. In addition he can call set_wakeup()
- to define a single wakeup time.*/
+ wants to listen for events on. In addition he can call timeout_new()
+ to define time based events .*/
struct AvahiPoll {
/** Some abstract user data usable by the provider of the API */