Method

WPEWebExtensionWebHitTestResultget_link_label

Declaration [src]

const gchar*
webkit_web_hit_test_result_get_link_label (
  WebKitWebHitTestResult* web_hit_test_result
)

Description [src]

Obtains the label associated with the link element at the hit test position.

Return value

Returns: const gchar*
 

The label of the link element, or NULL if the hit test does not cover a link element or the link element does not have a label.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.