Searched defs:destroy_op_res (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgsimpleasyncresult.c134 GDestroyNotify destroy_op_res; member in struct:_GSimpleAsyncResult
157 if (simple->destroy_op_res)
158 simple->destroy_op_res (simple->op_res.v_pointer);
367 * @destroy_op_res: a #GDestroyNotify function.
374 GDestroyNotify destroy_op_res)
379 simple->destroy_op_res = destroy_op_res;
372 g_simple_async_result_set_op_res_gpointer(GSimpleAsyncResult *simple, gpointer op_res, GDestroyNotify destroy_op_res) argument

Completed in 79 milliseconds