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 49 DBusFreeFunction free_data_function; /**< Free the application data. */ member in struct:DBusTimeout
58 * @param free_data_function function to be called to free the data.
65 DBusFreeFunction free_data_function)
78 timeout->free_handler_data_function = free_data_function;
114 dbus_timeout_set_data (timeout, NULL, NULL); /* call free_data_function */
233 * @param free_data_function the function to free the data.
243 DBusFreeFunction free_data_function)
295 timeout_list->timeout_free_data_function = free_data_function;
442 * @param free_data_function function to be called to free the data.
447 DBusFreeFunction free_data_function)
    [all...]
dbus-watch.c 50 DBusFreeFunction free_data_function; /**< Free the application data. */ member in struct:DBusWatch
63 * @param free_data_function function to free the data
72 DBusFreeFunction free_data_function)
91 watch->free_handler_data_function = free_data_function;
125 dbus_watch_set_data (watch, NULL, NULL); /* call free_data_function */
248 * @param free_data_function the function to free the data.
258 DBusFreeFunction free_data_function)
337 watch_list->watch_free_data_function = free_data_function;
442 * @param free_data_function free data with this
448 DBusFreeFunction free_data_function)
    [all...]
  /external/dbus/bus/
connection.c 1814 DBusFreeFunction free_data_function; member in struct:__anon3327
    [all...]

Completed in 303 milliseconds