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

/external/dbus/dbus/
H A Ddbus-watch.c48 DBusFreeFunction free_handler_data_function; /**< Free the watch handler data. */ member in struct:DBusWatch
98 watch->free_handler_data_function = free_data_function;
134 if (watch->free_handler_data_function)
135 (* watch->free_handler_data_function) (watch->handler_data);
457 if (watch->free_handler_data_function)
458 (* watch->free_handler_data_function) (watch->handler_data);
462 watch->free_handler_data_function = free_data_function;
H A Ddbus-timeout.c47 DBusFreeFunction free_handler_data_function; /**< Free the timeout handler data. */ member in struct:DBusTimeout
79 timeout->free_handler_data_function = free_data_function;
117 if (timeout->free_handler_data_function)
118 (* timeout->free_handler_data_function) (timeout->handler_data);

Completed in 399 milliseconds