Searched defs:free_data_function (Results 1 - 8 of 8) sorted by relevance

/external/dbus/dbus/
H A Ddbus-timeout.c50 DBusFreeFunction free_data_function; /**< Free the application data. */ member in struct:DBusTimeout
59 * @param free_data_function function to be called to free the data.
66 DBusFreeFunction free_data_function)
79 timeout->free_handler_data_function = free_data_function;
115 dbus_timeout_set_data (timeout, NULL, NULL); /* call free_data_function */
234 * @param free_data_function the function to free the data.
244 DBusFreeFunction free_data_function)
296 timeout_list->timeout_free_data_function = free_data_function;
443 * @param free_data_function function to be called to free the data.
448 DBusFreeFunction free_data_function)
63 _dbus_timeout_new(int interval, DBusTimeoutHandler handler, void *data, DBusFreeFunction free_data_function) argument
239 _dbus_timeout_list_set_functions(DBusTimeoutList *timeout_list, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
446 dbus_timeout_set_data(DBusTimeout *timeout, void *data, DBusFreeFunction free_data_function) argument
[all...]
H A Ddbus-watch.c51 DBusFreeFunction free_data_function; /**< Free the application data. */ member in struct:DBusWatch
70 * @param free_data_function function to free the data
79 DBusFreeFunction free_data_function)
98 watch->free_handler_data_function = free_data_function;
132 dbus_watch_set_data (watch, NULL, NULL); /* call free_data_function */
255 * @param free_data_function the function to free the data.
265 DBusFreeFunction free_data_function)
344 watch_list->watch_free_data_function = free_data_function;
449 * @param free_data_function free data with this
455 DBusFreeFunction free_data_function)
74 _dbus_watch_new(int fd, unsigned int flags, dbus_bool_t enabled, DBusWatchHandler handler, void *data, DBusFreeFunction free_data_function) argument
260 _dbus_watch_list_set_functions(DBusWatchList *watch_list, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
452 _dbus_watch_set_handler(DBusWatch *watch, DBusWatchHandler handler, void *data, DBusFreeFunction free_data_function) argument
594 dbus_watch_set_data(DBusWatch *watch, void *data, DBusFreeFunction free_data_function) argument
[all...]
H A Ddbus-server.c855 * @param free_data_function function to free the data.
861 DBusFreeFunction free_data_function)
874 server->new_connection_free_data_function = free_data_function;
894 * @param free_data_function function to be called to free the data.
903 DBusFreeFunction free_data_function)
921 free_data_function);
947 * @param free_data_function function to be called to free the data.
956 DBusFreeFunction free_data_function)
974 free_data_function);
858 dbus_server_set_new_connection_function(DBusServer *server, DBusNewConnectionFunction function, void *data, DBusFreeFunction free_data_function) argument
898 dbus_server_set_watch_functions(DBusServer *server, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
951 dbus_server_set_timeout_functions(DBusServer *server, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-spawn-win.c346 DBusFreeFunction free_data_function)
354 free_data_function);
341 _dbus_babysitter_set_watch_functions(DBusBabysitter *sitter, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-spawn.c731 * @param free_data_function function to be called to free the data.
740 DBusFreeFunction free_data_function)
747 free_data_function);
735 _dbus_babysitter_set_watch_functions(DBusBabysitter *sitter, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-transport.c1384 * @param free_data_function function to free the data
1392 DBusFreeFunction free_data_function,
1401 transport->free_unix_user_data = free_data_function;
1442 * @param free_data_function function to free the data
1451 DBusFreeFunction free_data_function,
1460 transport->free_windows_user_data = free_data_function;
1389 _dbus_transport_set_unix_user_function(DBusTransport *transport, DBusAllowUnixUserFunction function, void *data, DBusFreeFunction free_data_function, void **old_data, DBusFreeFunction *old_free_data_function) argument
1448 _dbus_transport_set_windows_user_function(DBusTransport *transport, DBusAllowWindowsUserFunction function, void *data, DBusFreeFunction free_data_function, void **old_data, DBusFreeFunction *old_free_data_function) argument
H A Ddbus-connection.c4857 * @param free_data_function function to be called to free the data.
4866 DBusFreeFunction free_data_function)
4877 data, free_data_function);
4920 * @param free_data_function function to be called to free the data.
4929 DBusFreeFunction free_data_function)
4940 data, free_data_function);
4959 * @param free_data_function function to be called to free the data.
4965 DBusFreeFunction free_data_function)
4978 connection->free_wakeup_main_data = free_data_function;
5005 * @param free_data_function fre
4861 dbus_connection_set_watch_functions(DBusConnection *connection, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
4924 dbus_connection_set_timeout_functions(DBusConnection *connection, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
4962 dbus_connection_set_wakeup_main_function(DBusConnection *connection, DBusWakeupMainFunction wakeup_main_function, void *data, DBusFreeFunction free_data_function) argument
5008 dbus_connection_set_dispatch_status_function(DBusConnection *connection, DBusDispatchStatusFunction function, void *data, DBusFreeFunction free_data_function) argument
5239 dbus_connection_set_unix_user_function(DBusConnection *connection, DBusAllowUnixUserFunction function, void *data, DBusFreeFunction free_data_function) argument
5338 dbus_connection_set_windows_user_function(DBusConnection *connection, DBusAllowWindowsUserFunction function, void *data, DBusFreeFunction free_data_function) argument
5445 dbus_connection_add_filter(DBusConnection *connection, DBusHandleMessageFunction function, void *user_data, DBusFreeFunction free_data_function) argument
[all...]
/external/dbus/bus/
H A Dconnection.c1904 DBusFreeFunction free_data_function; member in struct:__anon4958
1946 if (ch->free_data_function)
1947 (* ch->free_data_function) (ch->data);
2280 DBusFreeFunction free_data_function)
2293 ch->free_data_function = free_data_function;
2277 bus_transaction_add_cancel_hook(BusTransaction *transaction, BusTransactionCancelFunction cancel_function, void *data, DBusFreeFunction free_data_function) argument

Completed in 747 milliseconds