Function
Gckmodules_initialize_registered_async
since: 2
Declaration [src]
void
gck_modules_initialize_registered_async (
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
cancellable
-
Type:
GCancellable
Optional cancellation object.
The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
A callback which will be called when the operation completes.
The argument can be NULL
. user_data
-
Type:
gpointer
Data to pass to the callback.
The argument can be NULL
.The data is owned by the caller of the function.