Signal

WebKit2WebView::web-process-crashed

unstable deprecated: 2.20 since: 4.1

Declaration

gboolean
web_process_crashed (
  WebKitWebView* self,
  gpointer user_data
)

Description [src]

This signal is emitted when the web process crashes.

Default handler:

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

Available since: 4.1
Deprecated since: 2.20

Use WebKitWebView::web-process-terminated instead.

Return value

Type: gboolean

TRUE to stop other handlers from being invoked for the event. FALSE to propagate the event further.