Method

HaslContextset_password

since: 0.1

Declaration [src]

void
hasl_context_set_password (
  HaslContext* ctx,
  const char* password
)

Description [src]

Sets the password for ctx to password.

Available since: 0.1

Sets propertyHasl.Context:password

Parameters

password

Type: const char*

The new password.

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