HomeSort by relevance Sort by last modified time
    Searched full:remove_watch_function (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-watch.c 219 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 69 milliseconds