void (*certificate_stored)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
pool | Pool the certificate has been stored into | |
id | Key the certificate was stored under |
void (*certificate_deleted)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
pool | Pool the certificate was deleted from | |
id | Key that was deleted |