X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dbus%2Fdbus-watch.h;h=c58321414035776cba318b82ebfba5c5ddec1ddb;hb=05902801b49789f37426754fc6b77f3665afe3b0;hp=dd23b862bec6e1f5f66e24a5a0f6c450e35adac3;hpb=3e2519b49a1ed57dd997bbc4a195efc2205499f3;p=platform%2Fupstream%2Fdbus.git diff --git a/dbus/dbus-watch.h b/dbus/dbus-watch.h index dd23b86..c583214 100644 --- a/dbus/dbus-watch.h +++ b/dbus/dbus-watch.h @@ -37,6 +37,8 @@ DBUS_BEGIN_DECLS typedef struct DBusWatchList DBusWatchList; +#define _DBUS_WATCH_NVAL (1<<4) + /** function to run when the watch is handled */ typedef dbus_bool_t (* DBusWatchHandler) (DBusWatch *watch, unsigned int flags,