gi-webkit2webextension-4.0.14: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Constants

Description

 

Synopsis

Documentation

pattern DOM_XPATH_RESULT_UNORDERED_NODE_SNAPSHOT_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_UNORDERED_NODE_ITERATOR_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_STRING_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_ORDERED_NODE_SNAPSHOT_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_ORDERED_NODE_ITERATOR_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_NUMBER_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_FIRST_ORDERED_NODE_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_BOOLEAN_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_ANY_UNORDERED_NODE_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_XPATH_RESULT_ANY_TYPE :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_START_TO_START :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_START_TO_END :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_NODE_INSIDE :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_NODE_BEFORE_AND_AFTER :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_NODE_BEFORE :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_NODE_AFTER :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_END_TO_START :: Int32 Source #

No description available in the introspection data.

pattern DOM_RANGE_END_TO_END :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_TEXT_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_PROCESSING_INSTRUCTION_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_FILTER_SKIP :: Int32 Source #

Skip the node. Use this macro as return value of dOMNodeFilterAcceptNode implementation to skip the given DOMNode. The children of the given node will not be skipped.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_TEXT :: Int32 Source #

Show DOMText nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_NOTATION :: Int32 Source #

Show WebKitDOMNotation nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_ENTITY :: Int32 Source #

Show WebKitDOMEntity nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_ELEMENT :: Int32 Source #

Show DOMElement nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_DOCUMENT :: Int32 Source #

Show DOMDocument nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_COMMENT :: Int32 Source #

Show DOMComment nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_CDATA_SECTION :: Int32 Source #

Show WebKitDOMCDataSection nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_ATTRIBUTE :: Int32 Source #

Show DOMAttr nodes.

Since: 2.6

pattern DOM_NODE_FILTER_SHOW_ALL :: Int32 Source #

Show all nodes.

Since: 2.6

pattern DOM_NODE_FILTER_REJECT :: Int32 Source #

Reject the node. Use this macro as return value of dOMNodeFilterAcceptNode implementation to reject the given DOMNode. The children of the given node will be rejected too.

Since: 2.6

pattern DOM_NODE_FILTER_ACCEPT :: Int32 Source #

Accept the node. Use this macro as return value of dOMNodeFilterAcceptNode implementation to accept the given DOMNode

Since: 2.6

pattern DOM_NODE_ENTITY_REFERENCE_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_ENTITY_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_ELEMENT_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_TYPE_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_POSITION_PRECEDING :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_POSITION_FOLLOWING :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_POSITION_DISCONNECTED :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_POSITION_CONTAINS :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_POSITION_CONTAINED_BY :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_DOCUMENT_FRAGMENT_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_COMMENT_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_CDATA_SECTION_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_NODE_ATTRIBUTE_NODE :: Int32 Source #

No description available in the introspection data.

pattern DOM_KEYBOARD_EVENT_KEY_LOCATION_STANDARD :: Int32 Source #

No description available in the introspection data.

pattern DOM_KEYBOARD_EVENT_KEY_LOCATION_RIGHT :: Int32 Source #

No description available in the introspection data.

pattern DOM_KEYBOARD_EVENT_KEY_LOCATION_NUMPAD :: Int32 Source #

No description available in the introspection data.

pattern DOM_KEYBOARD_EVENT_KEY_LOCATION_LEFT :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_SELECT :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_NONE :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_MOUSEUP :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_MOUSEOVER :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_MOUSEOUT :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_MOUSEMOVE :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_MOUSEDRAG :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_MOUSEDOWN :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_KEYUP :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_KEYPRESS :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_KEYDOWN :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_FOCUS :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_DRAGDROP :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_DBLCLICK :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_CLICK :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_CHANGE :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_CAPTURING_PHASE :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_BUBBLING_PHASE :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_BLUR :: Int32 Source #

No description available in the introspection data.

pattern DOM_EVENT_AT_TARGET :: Int32 Source #

No description available in the introspection data.

pattern DOM_ELEMENT_ALLOW_KEYBOARD_INPUT :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_VALUE_CSS_VALUE_LIST :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_VALUE_CSS_PRIMITIVE_VALUE :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_VALUE_CSS_INHERIT :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_VALUE_CSS_CUSTOM :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_RULE_UNKNOWN_RULE :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_RULE_STYLE_RULE :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_RULE_PAGE_RULE :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_RULE_MEDIA_RULE :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_RULE_IMPORT_RULE :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_RULE_FONT_FACE_RULE :: Int32 Source #

No description available in the introspection data.

pattern DOM_CSS_RULE_CHARSET_RULE :: Int32 Source #

No description available in the introspection data.