Method
WebKit2WebExtensionDOMDocumentget_override_style
Declaration [src]
WebKitDOMCSSStyleDeclaration*
webkit_dom_document_get_override_style (
WebKitDOMDocument* self,
WebKitDOMElement* element,
const gchar* pseudoElement
)
Parameters
element |
WebKitDOMElement |
A |
|
The data is owned by the caller of the function. | |
pseudoElement |
const gchar* |
A #gchar. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | WebKitDOMCSSStyleDeclaration |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |