can_execute_editing_command


Description:

public async bool can_execute_editing_command (string command, Cancellable? cancellable = null) throws Error

Asynchronously check if it is possible to execute the given editing command.

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

Parameters:

this

a WebView

command

the command to check

cancellable

a Cancellable or null to ignore

callback

a TaskReadyCallback to call when the request is satisfied

user_data

the data to pass to callback function