Method

WebKit2SecurityManageruri_scheme_is_empty_document

Declaration [src]

gboolean
webkit_security_manager_uri_scheme_is_empty_document (
  WebKitSecurityManager* security_manager,
  const gchar* scheme
)

Description [src]

Whether scheme is considered as an empty document scheme.

See also webkit_security_manager_register_uri_scheme_as_empty_document().

Parameters

scheme

Type: const gchar*

A URI scheme.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if scheme is an empty document scheme or FALSE otherwise.