remove_entry_from_folder_async


Description:

[ Version ( since = "0.8.0" ) ]
public async DocumentsEntry remove_entry_from_folder_async (DocumentsEntry entry, DocumentsFolder folder, Cancellable? cancellable) throws Error

Remove the given entry from the specified folder.

this, entry and folder are all reffed when this function is called, so can safely be unreffed after this function returns.

For more details, see remove_entry_from_folder, which is the synchronous version of this function.

When the operation is finished, callback will be called. You can then call remove_entry_from_folder_async.end to get the results of the operation.

Parameters:

this

a DocumentsService

entry

the DocumentsEntry to remove from folder

folder

the DocumentsFolder to remove entry from

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the operation is finished, or null

user_data

data to pass to the callback function