Method

WebKit2WebsiteDataAccessPermissionRequestget_current_domain

since: 2.30

Declaration [src]

const char*
webkit_website_data_access_permission_request_get_current_domain (
  WebKitWebsiteDataAccessPermissionRequest* request
)

Description [src]

Get the current domain being browsed.

Available since: 2.30

Return value

Type: const char*

The current domain name.

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