Signal

GckModule::authenticate-slot

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 GckSlot
 

The slot to be authenticated.

 The data is owned by the caller of the function.
string 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 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

Returns: gboolean
  No description available.