Virtual Method

WebKit2WebExtensionDOMEventTargetremove_event_listener

deprecated: 2.22 

Declaration [src]

gboolean
remove_event_listener (
  WebKitDOMEventTarget* target,
  const char* event_name,
  GClosure* handler,
  gboolean use_capture
)

Description

No description available.

Deprecated since: 2.22

Use JavaScriptCore API instead.

Parameters

event_name

Type: const char*

A #gchar.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
handler

Type: GClosure

A GCallback.

The data is owned by the caller of the method.
use_capture

Type: gboolean

A #gboolean.

Return value

Type: gboolean

A #gboolean.