Home
last modified time | relevance | path

Searched refs:destroy_notify (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/gio/
Dgioscheduler.c54 GDestroyNotify destroy_notify; member
160 if (job->destroy_notify) in job_destroy()
161 job->destroy_notify (job->data); in job_destroy()
239 job->destroy_notify = notify; in g_io_scheduler_push_job()
/external/bluetooth/glib/glib/
Dgoption.h128 GDestroyNotify destroy_notify);
157 GDestroyNotify destroy_notify);
Dgoption.c107 GDestroyNotify destroy_notify; member
1904 group->destroy_notify = destroy; in g_option_group_new()
1930 if (group->destroy_notify) in g_option_group_free()
1931 (* group->destroy_notify) (group->user_data); in g_option_group_free()
2051 GDestroyNotify destroy_notify) in g_option_group_set_translate_func() argument
2060 group->translate_notify = destroy_notify; in g_option_group_set_translate_func()
2117 GDestroyNotify destroy_notify) in g_option_context_set_translate_func() argument
2126 context->translate_notify = destroy_notify; in g_option_context_set_translate_func()