diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-21 17:08:08 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-21 17:08:08 +0000 |
commit | afa4ffbd852686633086569cd34942917c5c49af (patch) | |
tree | 5b7919a3255aac947f1a4ef130bafadb508db3a9 /dbus/dbus-timeout.c | |
parent | 65fcbd62876f435f08bbcb6ff4596545b8c87bbd (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-timeout.c')
-rw-r--r-- | dbus/dbus-timeout.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-timeout.c b/dbus/dbus-timeout.c index 72784660..e4b71e26 100644 --- a/dbus/dbus-timeout.c +++ b/dbus/dbus-timeout.c @@ -384,6 +384,9 @@ _dbus_timeout_list_toggle_timeout (DBusTimeoutList *timeout_list, * Types and functions related to DBusTimeout. A timeout * represents a timeout that the main loop needs to monitor, * as in Qt's QTimer or GLib's g_timeout_add(). + * + * Use dbus_connection_set_timeout_functions() or dbus_server_set_timeout_functions() + * to be notified when libdbus needs to add or remove timeouts. * * @{ */ |