get_users_async
Description:
[ Version ( since = "1.26" ) ]
public async GenericArray<unowned UserInformation> get_users_async (Cancellable? cancellable) throws Error
public async GenericArray<unowned UserInformation> get_users_async (Cancellable? cancellable) throws Error
Asynchronously get user accounts that are valid for this device.
See get_users_sync for more information.
Parameters:
this |
a Client. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |