Signal

AstalAuthPam::fail

since: 0.1

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().

Available since: 0.1

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.