Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-watch.c202 DBusRemoveWatchFunction remove_watch_function; /**< Callback for removing a watch. */ member
328 if (watch_list->remove_watch_function != NULL) in _dbus_watch_list_set_functions()
333 (DBusForeachFunction) watch_list->remove_watch_function, in _dbus_watch_list_set_functions()
341 watch_list->remove_watch_function = remove_function; in _dbus_watch_list_set_functions()
397 if (watch_list->remove_watch_function != NULL) in _dbus_watch_list_remove_watch()
402 (* watch_list->remove_watch_function) (watch, in _dbus_watch_list_remove_watch()