Signal

CogShell::create-view

Declaration

void
create_view (
  CogShell* self,
  gpointer user_data
)

Description [src]

The create-view signal is emitted when the shell needs to create a WebKit.WebView.

Handling this signal allows to customize how the web view is configured. Note that the web view returned by a signal handler must use the settings and context returned by cog_shell_get_web_settings() and cog_shell_get_web_context().

Default handler:

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