Method

CamelURLset_host

Declaration [src]

void
camel_url_set_host (
  CamelURL* url,
  const gchar* host
)

Description [src]

Set the hostname of a CamelURL.

Parameters

host

Type: const gchar*

Hostname.

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