Method

GrlConfigset_username

since: 0.1.8

Declaration [src]

void
grl_config_set_username (
  GrlConfig* config,
  const gchar* username
)

Description [src]

Set the username in the configuration.

Available since: 0.1.8

Parameters

username

Type: const gchar*

The username.

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