Method

AgsAuthenticationManagerremove_authentication

since: 3.0.0

Declaration [src]

void
ags_authentication_manager_remove_authentication (
  AgsAuthenticationManager* authentication_manager,
  GObject* authentication
)

Description [src]

Remove authentication from 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.