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.

Parameters

instance

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.