Mercurial > pidgin
changeset 19051:c0ccfe389b23
- Add notice that certificate-stored and certificate-deleted signals are
emitted by the Pool instance, not purple_certificate_get_handle()
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Fri, 27 Jul 2007 07:58:31 +0000 |
parents | c563b8f84aa0 |
children | 78f185af7952 |
files | doc/certificate-signals.dox |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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