Method

CamelURLset_protocol

Declaration [src]

void
camel_url_set_protocol (
  CamelURL* url,
  const gchar* protocol
)

Description [src]

Set the protocol of a CamelURL.

Parameters

protocol

Type: const gchar*

Protocol schema.

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