Method
WebKit2WebExtensionDOMDOMSelectionset_base_and_extent
deprecated: 2.22 since: 2.16
Declaration [src]
void
webkit_dom_dom_selection_set_base_and_extent (
  WebKitDOMDOMSelection* self,
  WebKitDOMNode* baseNode,
  gulong baseOffset,
  WebKitDOMNode* extentNode,
  gulong extentOffset
)
      Description
        No description available.
      
      Available since: 2.16
Deprecated since: 2.22
Use JavaScriptCore API instead.
Parameters
baseNode- 
            
Type:
WebKitDOMNodeA
WebKitDOMNode.The data is owned by the caller of the function.  baseOffset- 
            
Type:
gulongA #gulong.
 extentNode- 
            
Type:
WebKitDOMNodeA
WebKitDOMNode.The data is owned by the caller of the function.  extentOffset- 
            
Type:
gulongA #gulong.