Virtual Method
WebKit2WebExtensionDOMEventTargetadd_event_listener
Declaration [src]
gboolean
add_event_listener (
WebKitDOMEventTarget* target,
const char* event_name,
GClosure* handler,
gboolean use_capture
)
Parameters
event_name
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. handler
-
Type:
GClosure
No description available.
The data is owned by the caller of the method. use_capture
-
Type:
gboolean
No description available.