Method

DexAsyncPairreturn_boxed

Declaration [src]

void
dex_async_pair_return_boxed (
  DexAsyncPair* async_pair,
  GType boxed_type,
  gpointer instance
)

Description [src]

Resolves async_pair with instance.

Parameters

boxed_type GType
 

A GType of G_TYPE_BOXED.

instance gpointer
 

The boxed value to store.