Method

HaslContextset_username

since: 0.1

Declaration [src]

void
hasl_context_set_username (
  HaslContext* ctx,
  const char* username
)

Description [src]

Sets the username of ctx to username.

Available since: 0.1

Sets propertyHasl.Context:username

Parameters

username

Type: const char*

The new username.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.