Method

AgsAuthenticationManagerremove_login

since: 3.0.0

Declaration [src]

void
ags_authentication_manager_remove_login (
  AgsAuthenticationManager* authentication_manager,
  gchar* login
)

Description [src]

Remove login.

Available since: 3.0.0

Parameters

login

Type: gchar*

The login.

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