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