From bf172ce4c5856af21f5ee208960bf718a5058ad9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 23:09:18 +0000 Subject: 2006-10-21 Havoc Pennington * Documentation! Whee! Doxygen now 100% silent. If you make it angry again, you will be punished. --- dbus/dbus-watch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus-watch.h') 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); -- cgit