Function

Gckmodules_initialize_registered_async

Declaration [src]

void
gck_modules_initialize_registered_async (
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Load and initialize all the registered modules asynchronously.

Parameters

cancellable GCancellable*
 

Optional cancellation object.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

A callback which will be called when the operation completes.

user_data gpointer
 

Data to pass to the callback.