Method

WPEWebKitWebContextprefetch_dns

Declaration [src]

void
webkit_web_context_prefetch_dns (
  WebKitWebContext* context,
  const gchar* hostname
)

Description [src]

Resolve the domain name of the given hostname in advance, so that if a URI of hostname is requested the load will be performed more quickly.

Parameters

hostname const gchar*
 

A hostname to be resolved.

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