summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-27 00:42:18 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-27 00:42:18 +0000
commitd9fd3e92dd9ae1b51e22053510da90c5af563bfd (patch)
tree115d9dc3b7a785f5207c9ba9e20a6c8aa99d318c
parent9315d874f030e3d8ba6db1a04a8cbaec1d6cf103 (diff)
fix doxygen comment for AvahiPoll
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1108 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-common/watch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-common/watch.h b/avahi-common/watch.h
index bc8ae2f..6d1a36e 100644
--- a/avahi-common/watch.h
+++ b/avahi-common/watch.h
@@ -57,8 +57,8 @@ typedef void (*AvahiTimeoutCallback)(AvahiTimeout *t, void *userdata);
/** 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 */