Searched refs:remove_watch_function (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-watch.c219 DBusRemoveWatchFunction remove_watch_function; /**< Callback for removing a watch. */ member in struct:DBusWatchList
345 if (watch_list->remove_watch_function != NULL)
350 (DBusForeachFunction) watch_list->remove_watch_function,
358 watch_list->remove_watch_function = remove_function;
414 if (watch_list->remove_watch_function != NULL)
419 (* watch_list->remove_watch_function) (watch,

Completed in 45 milliseconds