Gck.Module::authenticate-object

connect('authenticate-object', function (module, object: Gck.Object, label: String, password: void, ): Boolean);
  

Use Gck.Session.prototype.set_interaction instead of connecting to this signal.

module

instance of Gck.Module that is emitting the signal

object

The object to be authenticated.

label

A displayable label which describes the object.

password

A gchar** where a password should be returned.

Returns