From 58a0d2759aedc854ccac78d7252f117662734142 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 21:57:31 +0000 Subject: 2006-10-21 Havoc Pennington * More documentation - all public API now documented according to Doxygen --- dbus/dbus-watch.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbus/dbus-watch.c') diff --git a/dbus/dbus-watch.c b/dbus/dbus-watch.c index ebbb7ed2..f2691c82 100644 --- a/dbus/dbus-watch.c +++ b/dbus/dbus-watch.c @@ -483,6 +483,9 @@ _dbus_watch_set_handler (DBusWatch *watch, /** * Gets the file descriptor that should be watched. * + * On Windows, this will be a socket. On UNIX right now it will be a + * socket but in principle it could be something else. + * * @param watch the DBusWatch object. * @returns the file descriptor to watch. */ -- cgit