Method
WebKit2WebViewdownload_uri
Declaration [src]
WebKitDownload*
webkit_web_view_download_uri (
  WebKitWebView* web_view,
  const char* uri
)
Parameters
| uri | const char* | 
| The URI to download. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | 
Return value
| Returns: | WebKitDownload | 
| A new  | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. |