Signal

WPEWebKitWebContext::download-started

Declaration

void
download_started (
  WebKitWebContext* self,
  WebKitDownload* download,
  gpointer user_data
)

Description [src]

This signal is emitted when a new download request is made.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

download WebKitDownload
 

The WebKitDownload associated with this event.

 The data is owned by the caller of the function.