Method

CamelURLset_user

Declaration [src]

void
camel_url_set_user (
  CamelURL* url,
  const gchar* user
)

Description [src]

Set the user of a CamelURL.

Parameters

user

Type: const gchar*

Username.

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