Method

CamelURLset_path

Declaration [src]

void
camel_url_set_path (
  CamelURL* url,
  const gchar* path
)

Description [src]

Set the path component of a CamelURL.

Parameters

path

Type: const gchar*

Path.

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