WebView.canExecuteEditingCommandFinish

Finish an asynchronous operation started with webkit_web_view_can_execute_editing_command().

class WebView
bool
canExecuteEditingCommandFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

Type: bool

%TRUE if the editing command can be executed or %FALSE otherwise

Throws

GException on failure.

Meta