X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dbus%2Fdbus-watch.h;h=c58321414035776cba318b82ebfba5c5ddec1ddb;hb=61d97215c317a4154df47fbfb882aab60b92fbab;hp=dd23b862bec6e1f5f66e24a5a0f6c450e35adac3;hpb=6d4fe188e526da99c4de332a5acb111a3c9c44d8;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,