Class
WebKit2WebExtensionDOMNode
Functions
webkit_dom_node_for_js_value
Get the WebKitDOMNode
for the DOM node referenced by value
.
Available since: 2.22
Deprecated since: 2.40
Instance methods
webkit_dom_node_clone_node_with_error
No description available.
Available since: 2.14
Deprecated since: 2.22
Methods inherited from WebKitDOMEventTarget (5)
webkit_dom_event_target_add_event_listener
No description available.
Deprecated since: 2.22
webkit_dom_event_target_add_event_listener_with_closure
Version of webkit_dom_event_target_add_event_listener()
using a closure
instead of a callbacks for easier binding in other languages.
Deprecated since: 2.22
webkit_dom_event_target_dispatch_event
No description available.
Deprecated since: 2.22
webkit_dom_event_target_remove_event_listener
No description available.
Deprecated since: 2.22
webkit_dom_event_target_remove_event_listener_with_closure
Version of webkit_dom_event_target_remove_event_listener()
using a closure
instead of a callbacks for easier binding in other languages.
Deprecated since: 2.22
Properties
WebKit2WebExtension.DOMNode:base-uri
No description available.
WebKit2WebExtension.DOMNode:child-nodes
No description available.
WebKit2WebExtension.DOMNode:first-child
No description available.
WebKit2WebExtension.DOMNode:last-child
No description available.
WebKit2WebExtension.DOMNode:next-sibling
No description available.
WebKit2WebExtension.DOMNode:node-name
No description available.
WebKit2WebExtension.DOMNode:node-type
No description available.
WebKit2WebExtension.DOMNode:node-value
No description available.
WebKit2WebExtension.DOMNode:owner-document
No description available.
WebKit2WebExtension.DOMNode:parent-element
No description available.
WebKit2WebExtension.DOMNode:parent-node
No description available.
WebKit2WebExtension.DOMNode:previous-sibling
No description available.
WebKit2WebExtension.DOMNode:text-content
No description available.
Properties inherited from WebKitDOMObject (1)
WebKit2WebExtension.DOMObject:core-object
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.