Virtual Method
WebKit2WebExtensionDOMEventTargetremove_event_listener
Declaration [src]
gboolean
remove_event_listener (
  WebKitDOMEventTarget* target,
  const char* event_name,
  GClosure* handler,
  gboolean use_capture
)
Parameters
| event_name | const char* | 
| A #gchar. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| handler | GClosure | 
| A  | |
| The data is owned by the caller of the function. | |
| use_capture | gboolean | 
| A #gboolean. |