Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-timeout.c183 DBusFreeFunction timeout_free_data_function; /**< Free function for timeout callback data */ member
288 if (timeout_list->timeout_free_data_function != NULL) in _dbus_timeout_list_set_functions()
289 (* timeout_list->timeout_free_data_function) (timeout_list->timeout_data); in _dbus_timeout_list_set_functions()
295 timeout_list->timeout_free_data_function = free_data_function; in _dbus_timeout_list_set_functions()