Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-timeout.c180 DBusRemoveTimeoutFunction remove_timeout_function; /**< Callback for removing a timeout. */ member
281 if (timeout_list->remove_timeout_function != NULL) in _dbus_timeout_list_set_functions()
284 (DBusForeachFunction) timeout_list->remove_timeout_function, in _dbus_timeout_list_set_functions()
292 timeout_list->remove_timeout_function = remove_function; in _dbus_timeout_list_set_functions()
345 if (timeout_list->remove_timeout_function != NULL) in _dbus_timeout_list_remove_timeout()
346 (* timeout_list->remove_timeout_function) (timeout, in _dbus_timeout_list_remove_timeout()