Method

AgsAuthenticationManagerlookup_login

since: 3.0.0

Declaration [src]

AgsLoginInfo*
ags_authentication_manager_lookup_login (
  AgsAuthenticationManager* authentication_manager,
  gchar* login
)

Description [src]

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

Return value

Type: AgsLoginInfo*

The user AgsLoginInfo-struct or NULL.

The data is owned by the instance.
The return value can be NULL.