HomeSort by relevance Sort by last modified time
    Searched refs:free_handler_data_function (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-watch.c 48 DBusFreeFunction free_handler_data_function; /**< Free the watch handler data. */ member in struct:DBusWatch
112 watch->free_handler_data_function = free_data_function;
151 if (watch->free_handler_data_function)
152 (* watch->free_handler_data_function) (watch->handler_data);
474 if (watch->free_handler_data_function)
475 (* watch->free_handler_data_function) (watch->handler_data);
479 watch->free_handler_data_function = free_data_function;
dbus-timeout.c 47 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 53 milliseconds