Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-watch.c219 DBusRemoveWatchFunction remove_watch_function; /**< Callback for removing a watch. */ member
345 if (watch_list->remove_watch_function != NULL) in _dbus_watch_list_set_functions()
350 (DBusForeachFunction) watch_list->remove_watch_function, in _dbus_watch_list_set_functions()
358 watch_list->remove_watch_function = remove_function; in _dbus_watch_list_set_functions()
414 if (watch_list->remove_watch_function != NULL) in _dbus_watch_list_remove_watch()
419 (* watch_list->remove_watch_function) (watch, in _dbus_watch_list_remove_watch()