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