Searched refs:destroy_func (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgdataset.c64 GDestroyNotify destroy_func; member in struct:_GData
81 GDestroyNotify destroy_func,
117 if (prev->destroy_func)
120 prev->destroy_func (prev->data);
203 GDestroyNotify destroy_func,
235 * we use (data==NULL && destroy_func!=NULL) as
239 if (list->destroy_func && !destroy_func)
242 list->destroy_func (list->data);
263 if (!list->destroy_func)
200 g_data_set_internal(GData **datalist, GQuark key_id, gpointer data, GDestroyNotify destroy_func, GDataset *dataset) argument
304 g_dataset_id_set_data_full(gconstpointer dataset_location, GQuark key_id, gpointer data, GDestroyNotify destroy_func) argument
342 g_datalist_id_set_data_full(GData **datalist, GQuark key_id, gpointer data, GDestroyNotify destroy_func) argument
[all...]
H A Dgdataset.h53 GDestroyNotify destroy_func);
99 GDestroyNotify destroy_func);
H A Dgtestutils.c64 GDestroyNotify destroy_func; member in struct:DestroyEntry
1081 * @destroy_func: Destroy callback for teardown phase.
1084 * This function enqueus a callback @destroy_func() to be executed
1094 g_test_queue_destroy (GDestroyNotify destroy_func, argument
1098 g_return_if_fail (destroy_func != NULL);
1100 dentry->destroy_func = destroy_func;
1136 dentry->destroy_func (dentry->destroy_data);
H A Dgtestutils.h127 void g_test_queue_destroy (GDestroyNotify destroy_func,
/external/bluetooth/bluez/gdbus/
H A Dwatch.c50 GDBusDestroyFunction destroy_func; member in struct:filter_callback
264 if (cb->destroy_func)
265 cb->destroy_func(cb->user_data);
287 cb->destroy_func = destroy;
307 if (cb->destroy_func)
308 cb->destroy_func(cb->user_data);

Completed in 55 milliseconds