delete_comment_async


Description:

public async bool delete_comment_async (Service service, Comment comment_, Cancellable? cancellable) throws Error

Deletes comment from the Commentable.

this, service and comment_ are all reffed when this method is called, so can safely be freed after this method returns.

For more details, see delete_comment, which is the synchronous version of this method.

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

Parameters:

this

a Commentable

service

a Service with which the comment will be deleted

comment_

a comment to be deleted

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the operation is finished

user_data

data to pass to the callback function