HomeSort by relevance Sort by last modified time
    Searched defs:free_data_function (Results 1 - 3 of 3) sorted by null

  /external/dbus/dbus/
dbus-timeout.c 50 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)
    [all...]
dbus-watch.c 51 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)
    [all...]
  /external/dbus/bus/
connection.c 1904 DBusFreeFunction free_data_function; member in struct:__anon5408
    [all...]

Completed in 68 milliseconds