HomeSort by relevance Sort by last modified time
    Searched refs:destroy_op_res (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gsimpleasyncresult.c 134 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;
gsimpleasyncresult.h 69 GDestroyNotify destroy_op_res);

Completed in 20 milliseconds