Method
GioDtlsConnectionemit_accept_certificate
since: 2.48
Declaration [src]
gboolean
g_dtls_connection_emit_accept_certificate (
  GDtlsConnection* conn,
  GTlsCertificate* peer_cert,
  GTlsCertificateFlags errors
)
Description [src]
Used by GDtlsConnection implementations to emit the
GDtlsConnection::accept-certificate signal.
Available since: 2.48
Parameters
- peer_cert
- 
            Type: GTlsCertificateThe peer’s GTlsCertificate.The data is owned by the caller of the method. 
- errors
- 
            Type: GTlsCertificateFlagsThe problems with peer_cert.