Method

WebKit2WebsiteDataAccessPermissionRequestget_requesting_domain

since: 2.30

Declaration [src]

const char*
webkit_website_data_access_permission_request_get_requesting_domain (
  WebKitWebsiteDataAccessPermissionRequest* request
)

Description [src]

Get the domain requesting permission to access its cookies while browsing the current domain.

Available since: 2.30

Return value

Type: const char*

The requesting domain name.

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