summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-timeout.h
diff options
context:
space:
mode:
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,