Method

WebKit2WebExtensionDOMNodeget_prefix

Declaration [src]

gchar*
webkit_dom_node_get_prefix (
  WebKitDOMNode* self
)

Description

No description available.
Deprecated since:2.14

Use webkit_dom_attr_get_prefix() or webkit_dom_element_get_prefix() instead.

Return value

Returns: gchar*
 

A #gchar.

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