WebView.saveToFileFinish

Finish an asynchronous operation started with webkit_web_view_save_to_file().

class WebView
bool
saveToFileFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

Type: bool

%TRUE if the web page was successfully saved to a file or %FALSE otherwise.

Throws

GException on failure.

Meta