Method
WebKit2Downloadcancel
Declaration [src]
void
webkit_download_cancel (
WebKitDownload* download
)
Description [src]
Cancels the download.
When the ongoing download
operation is effectively cancelled the signal
WebKitDownload::failed
is emitted with
WEBKIT_DOWNLOAD_ERROR_CANCELLED_BY_USER
error.