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 47 DBusFreeFunction free_handler_data_function; /**< Free the watch handler data. */ member in struct:DBusWatch
91 watch->free_handler_data_function = free_data_function;
127 if (watch->free_handler_data_function)
128 (* watch->free_handler_data_function) (watch->handler_data);
450 if (watch->free_handler_data_function)
451 (* watch->free_handler_data_function) (watch->handler_data);
455 watch->free_handler_data_function = free_data_function;
dbus-timeout.c 46 DBusFreeFunction free_handler_data_function; /**< Free the timeout handler data. */ member in struct:DBusTimeout
78 timeout->free_handler_data_function = free_data_function;
116 if (timeout->free_handler_data_function)
117 (* timeout->free_handler_data_function) (timeout->handler_data);

Completed in 738 milliseconds