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.
this | |
service |
a Service with which the comment will be deleted |
comment_ |
a comment to be deleted |
cancellable |
optional Cancellable object, or |
callback |
a TaskReadyCallback to call when the operation is finished |
user_data |
data to pass to the |