Function: gnutls-asynchronous-parameters

gnutls-asynchronous-parameters is a function defined in gnutls.c.

Signature

(gnutls-asynchronous-parameters PROC PARAMS)

Documentation

Mark this process as being a pre-init GnuTLS process.

The second parameter is the list of parameters to feed to gnutls-boot to finish setting up the connection.

Source Code

// Defined in /usr/src/emacs/src/gnutls.c
{
  CHECK_PROCESS (proc);

  XPROCESS (proc)->gnutls_boot_parameters = params;
  return Qnil;
}