summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-watch.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 17:08:08 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 17:08:08 +0000
commitafa4ffbd852686633086569cd34942917c5c49af (patch)
tree5b7919a3255aac947f1a4ef130bafadb508db3a9 /dbus/dbus-watch.c
parent65fcbd62876f435f08bbcb6ff4596545b8c87bbd (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around dbus_message_iter_get_array_len(). * throughout: documentation improvements.
Diffstat (limited to 'dbus/dbus-watch.c')
-rw-r--r--dbus/dbus-watch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-watch.c b/dbus/dbus-watch.c
index a7a5adba..ebbb7ed2 100644
--- a/dbus/dbus-watch.c
+++ b/dbus/dbus-watch.c
@@ -465,6 +465,9 @@ _dbus_watch_set_handler (DBusWatch *watch,
* Types and functions related to DBusWatch. A watch represents
* a file descriptor that the main loop needs to monitor,
* as in Qt's QSocketNotifier or GLib's g_io_add_watch().
+ *
+ * Use dbus_connection_set_watch_functions() or dbus_server_set_watch_functions()
+ * to be notified when libdbus needs to add or remove watches.
*
* @{
*/