Signal

AstalAuthPam::fail

Declaration

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

Description

This signal is emitted when authentication failed.

Default handler:

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

Parameters

msg

Type: gchar*

The authentication failure message.

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