Method

CamelURLset_authmech

Declaration [src]

void
camel_url_set_authmech (
  CamelURL* url,
  const gchar* authmech
)

Description [src]

Set the authmech of a CamelURL.

Parameters

authmech

Type: const gchar*

Authentication mechanism.

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