Method

GrlConfigset_password

since: 0.1.8

Declaration [src]

void
grl_config_set_password (
  GrlConfig* config,
  const gchar* password
)

Description [src]

Set the password in the configuration.

Available since: 0.1.8

Parameters

password

Type: const gchar*

The password.

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