Signal

AstalAuthPam::auth-error

since: 0.1

Declaration

void
auth_error (
  AstalAuthPam* self,
  gchar* msg,
  gpointer user_data
)

Description

This signal is emitted when an authentication error has occured.

This signal has to be matched with exaclty one supply_secret call.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 0.1

Parameters

msg

Type: gchar*

The error message.

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