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