Method

WebKit2WebExtensionDOMHTMLElementget_inner_html

deprecated: 2.8 

Declaration [src]

gchar*
webkit_dom_html_element_get_inner_html (
  WebKitDOMHTMLElement* self
)

Description

No description available.

Deprecated since: 2.8

Use webkit_dom_element_get_inner_html() instead.

Return value

Type: gchar*

A #gchar.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.