Constructor
DexAsyncResultnew
Declaration [src]
DexAsyncResult*
dex_async_result_new (
gpointer source_object,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
source_object
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function. cancellable
-
Type:
GCancellable
No description available.
The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
No description available.
The argument can be NULL
. user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: DexAsyncResult
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |