Searched refs:remove_timeout_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.c181 DBusRemoveTimeoutFunction remove_timeout_function; /**< Callback for removing a timeout. */ member in struct:DBusTimeoutList
282 if (timeout_list->remove_timeout_function != NULL)
285 (DBusForeachFunction) timeout_list->remove_timeout_function,
293 timeout_list->remove_timeout_function = remove_function;
346 if (timeout_list->remove_timeout_function != NULL)
347 (* timeout_list->remove_timeout_function) (timeout,

Completed in 50 milliseconds