Method

WebKitWebProcessExtensionWebHitTestResultget_media_uri

Declaration [src]

const gchar*
webkit_web_hit_test_result_get_media_uri (
  WebKitWebHitTestResult* web_hit_test_result
)

Description [src]

Obtains the URI associated with the media element at the hit test position.

Return value

Type: const gchar*

The URI of the media element, or NULL if the hit test does not cover a media element.

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