diff options
Diffstat (limited to 'dbus/dbus-watch.h')
-rw-r--r-- | dbus/dbus-watch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-watch.h b/dbus/dbus-watch.h index cbb5945c..428307b1 100644 --- a/dbus/dbus-watch.h +++ b/dbus/dbus-watch.h @@ -37,6 +37,7 @@ DBUS_BEGIN_DECLS typedef struct DBusWatchList DBusWatchList; +/** function to run when the watch is handled */ typedef dbus_bool_t (* DBusWatchHandler) (DBusWatch *watch, unsigned int flags, void *data); |