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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-timeout.c184 DBusFreeFunction timeout_free_data_function; /**< Free function for timeout callback data */ member in struct:DBusTimeoutList
289 if (timeout_list->timeout_free_data_function != NULL)
290 (* timeout_list->timeout_free_data_function) (timeout_list->timeout_data);
296 timeout_list->timeout_free_data_function = free_data_function;

Completed in 31 milliseconds