[webkit-gtk] download with webkit
Diego Escalante Urrelo
diegoe at gnome.org
Fri May 28 12:24:04 PDT 2010
Hi Giovanni
El vie, 28-05-2010 a las 19:01 +0000, Giovanni escribió:
>
> //-------------funzione download---------------//
> gboolean download_func (WebKitWebView *web_view, WebKitDownload *download)
> {
> webkit_download_set_destination_uri(download,"///home/john/Scaricati");
This should be "file:///home/john/Scaricati". WebKitDownload will take
any *uri* that GIO would take (sftp:///, smb:///, file:///, etc).
I don't see the relation between this and the error you see printed, but
you should try again correcting this argument.
More information about the webkit-gtk
mailing list