Method
DexAsyncPairreturn_object
Declaration [src]
void
dex_async_pair_return_object (
DexAsyncPair* async_pair,
gpointer instance
)
Description [src]
Rejects async_pair
with error
.
This function is meant to be used when manually wrapping
various GAsyncReadyCallback
based API.
The ownership of error
is taken when calling this function.