API Version: 1
Library Version: 0.4.0
void dex_async_pair_return_boxed ( DexAsyncPair* async_pair, GType boxed_type, gpointer instance )
Resolves async_pair with instance.
async_pair
instance
boxed_type
GType
A GType of G_TYPE_BOXED.
G_TYPE_BOXED
gpointer
The boxed value to store.