Signal
GckModule::authenticate-slot
deprecated: Unknown since: 1
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  | 
| Available since: 1 | 
| Deprecated since: Unknown | 
| Since 3.4 | 
Parameters
- slot
- 
            Type: GckSlotThe 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: gpointerA gchar** where a password should be returned. The argument can be NULL.The data is owned by the caller of the function.