Method
MalcontentUserManagerget_all_users_async
unstable since: 0.14.0
Declaration [src]
void
mct_user_manager_get_all_users_async (
MctUserManager* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
void* user_data
)
Description [src]
Get all the non-system users on the system.
Available since: 0.14.0
This method completes asynchronously. Use mct_user_manager_get_all_users_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
cancellable-
Type:
GCancellableA
GCancellable, orNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackCallback for when the operation is complete.
The argument can be NULL. user_data-
Type:
void*Data to pass to
callback.The argument can be NULL.The data is owned by the caller of the method.