Method

WebKitWebsitePoliciesget_custom_user_agent

unstable since: 2.54

Declaration [src]

const gchar*
webkit_website_policies_get_custom_user_agent (
  WebKitWebsitePolicies* policies
)

Description [src]

Get the WebKitWebsitePolicies:custom-user-agent property.

Available since: 2.54

Return value

Type: const gchar*

The custom user agent string, or NULL if the default user agent is used.

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