# HG changeset patch # User William Ehlhardt # Date 1185523111 0 # Node ID c0ccfe389b235b0228c662b3c03d5af44b7aa75c # Parent c563b8f84aa0799ae66cfccdcc235392e305bb00 - Add notice that certificate-stored and certificate-deleted signals are emitted by the Pool instance, not purple_certificate_get_handle() diff -r c563b8f84aa0 -r c0ccfe389b23 doc/certificate-signals.dox --- a/doc/certificate-signals.dox Fri Jul 27 07:33:52 2007 +0000 +++ b/doc/certificate-signals.dox Fri Jul 27 07:58:31 2007 +0000 @@ -12,7 +12,7 @@ void (*certificate_stored)(PurpleCertificatePool *pool, const gchar *id, gpointer data); @endsignalproto @signaldesc - Emitted when a pool stores a certificate + Emitted when a pool stores a certificate. Connect to the pool instance. @param pool Pool the certificate has been stored into @param id Key the certificate was stored under @endsignaldef @@ -22,7 +22,7 @@ void (*certificate_deleted)(PurpleCertificatePool *pool, const gchar *id, gpointer data); @endsignalproto @signaldesc - Emitted when a pool deletes a certificate + Emitted when a pool deletes a certificate. Connect to the pool instance. @param pool Pool the certificate was deleted from @param id Key that was deleted @endsignaldef