Searched refs:handle_cancellation (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgsimpleasyncresult.c124 gboolean handle_cancellation; member in struct:_GSimpleAsyncResult
177 simple->handle_cancellation = TRUE;
309 * @handle_cancellation: a #gboolean.
316 gboolean handle_cancellation)
319 simple->handle_cancellation = handle_cancellation;
622 if (simple->handle_cancellation &&
649 if (simple->handle_cancellation &&
315 g_simple_async_result_set_handle_cancellation(GSimpleAsyncResult *simple, gboolean handle_cancellation) argument
H A Dgsimpleasyncresult.h84 gboolean handle_cancellation);

Completed in 12 milliseconds