delete_user_async


Description:

[ Version ( since = "0.6.27" ) ]
public async bool delete_user_async (User user, bool remove_files, Cancellable? cancellable) throws Error

Asynchronously deletes a user account from the system.

For more details, see delete_user, which is the synchronous version of this call.

Parameters:

this

a UserManager

user

a User object

remove_files

true to delete the users home directory

cancellable

optional Cancellable object, null to ignore

callback

a TaskReadyCallback to call when the request is satisfied

user_data

the data to pass to callback