Method
CMMatrixadd_clients_async
Declaration [src]
void
cm_matrix_add_clients_async (
CmMatrix* self,
GPtrArray* secrets,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
secrets-
Type: An array of
NoneThe secrets to build the clients from.
The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallbackto call when the request is satisfied.The argument can be NULL. user_data-
Type:
gpointerThe data to pass to callback function.
The argument can be NULL.The data is owned by the caller of the method.