Method

AgsAuthenticationManagerinsert_login

since: 3.0.0

Declaration [src]

void
ags_authentication_manager_insert_login (
  AgsAuthenticationManager* authentication_manager,
  gchar* login,
  AgsLoginInfo* login_info
)

Description [src]

Insert login as key and login_info as its value.

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.
login_info

Type: AgsLoginInfo

The AgsLoginInfo-struct.

The data is owned by the caller of the function.