Signal

GckModule::authenticate-slot

deprecated: Unknown 

Declaration

gboolean
authenticate_slot (
  GckModule* self,
  GckSlot* slot,
  gchar* string,
  gpointer password,
  gpointer user_data
)

Description [src]

Use gck_session_set_interaction() instead of connecting to this signal.

Default handler:

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

Deprecated since: Unknown

Since 3.4.

Parameters

slot

Type: GckSlot

The slot to be authenticated.

The data is owned by the caller of the function.
string

Type: gchar*

A displayable label which describes the object.

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

Type: gpointer

A gchar** where a password should be returned.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.