Method

AgsAuthenticationManageradd_authentication

since: 3.0.0

Declaration [src]

void
ags_authentication_manager_add_authentication (
  AgsAuthenticationManager* authentication_manager,
  GObject* authentication
)

Description [src]

Add authentication to authentication_manager.

Available since: 3.0.0

Parameters

authentication

Type: GObject

The GObject implementing AgsAuthentication.

The data is owned by the caller of the function.