pidgin 2.14.14dev
Certificate Signals

Signals:

See also
certificate.h

certificate-stored

void (*certificate_stored)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
Database for retrieval or storage of Certificates.
Definition: certificate.h:129
Description:
Emitted when a pool stores a certificate. Connect to the pool instance.
Parameters
poolPool the certificate has been stored into
idKey the certificate was stored under

certificate-deleted

void (*certificate_deleted)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
Description:
Emitted when a pool deletes a certificate. Connect to the pool instance.
Parameters
poolPool the certificate was deleted from
idKey that was deleted