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

/external/bluetooth/glib/glib/
H A Dgoption.h128 GDestroyNotify destroy_notify);
157 GDestroyNotify destroy_notify);
H A Dgoption.c107 GDestroyNotify destroy_notify; member in struct:_GOptionGroup
1904 group->destroy_notify = destroy;
1930 if (group->destroy_notify)
1931 (* group->destroy_notify) (group->user_data);
2035 * @destroy_notify: a function which gets called to free @data, or %NULL
2051 GDestroyNotify destroy_notify)
2060 group->translate_notify = destroy_notify;
2097 * @destroy_notify: a function which gets called to free @data, or %NULL
2117 GDestroyNotify destroy_notify)
2126 context->translate_notify = destroy_notify;
2048 g_option_group_set_translate_func(GOptionGroup *group, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify) argument
2114 g_option_context_set_translate_func(GOptionContext *context, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify) argument
[all...]
/external/bluetooth/glib/gio/
H A Dgioscheduler.c54 GDestroyNotify destroy_notify; member in struct:_GIOSchedulerJob
160 if (job->destroy_notify)
161 job->destroy_notify (job->data);
239 job->destroy_notify = notify;

Completed in 81 milliseconds