summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-timeout.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 23:09:18 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 23:09:18 +0000
commitbf172ce4c5856af21f5ee208960bf718a5058ad9 (patch)
tree67f6be61c858a92d8ba388190d5ae3915c5f46b5 /dbus/dbus-timeout.h
parent58a0d2759aedc854ccac78d7252f117662734142 (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* Documentation! Whee! Doxygen now 100% silent. If you make it angry again, you will be punished.
Diffstat (limited to 'dbus/dbus-timeout.h')
-rw-r--r--dbus/dbus-timeout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-timeout.h b/dbus/dbus-timeout.h
index 1ebf891e..8188920a 100644
--- a/dbus/dbus-timeout.h
+++ b/dbus/dbus-timeout.h
@@ -37,6 +37,7 @@ DBUS_BEGIN_DECLS
typedef struct DBusTimeoutList DBusTimeoutList;
+/** function to run when the timeout is handled */
typedef dbus_bool_t (* DBusTimeoutHandler) (void *data);
DBusTimeout* _dbus_timeout_new (int interval,