Method

WebKit2SecurityOriginget_host

Declaration [src]

const gchar*
webkit_security_origin_get_host (
  WebKitSecurityOrigin* origin
)

Description [src]

Gets the hostname of origin.

It is reasonable for this to be NULL if its protocol does not require a host component.

Available since:2.16

Return value

Returns: const gchar*
 

The host of the WebKitSecurityOrigin.

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