diff doc/certificate-signals.dox @ 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 2aa5a9f47470
children e0613cf8c493
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