WebView.saveFinish

Finish an asynchronous operation started with webkit_web_view_save().

class WebView
InputStream
saveFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

Type: InputStream

a #GInputStream with the result of saving the current web page or %NULL in case of error.

Throws

GException on failure.

Meta