Minor changelog updates
[pidgin-git.git] / doc / certificate-signals.dox
blob4631f302ebf8abf71f2c4f03e52f91eeee056b7e
1 /** @page certificate-signals Certificate Signals
3  @signals
4   @signal certificate-stored
5   @signal certificate-deleted
6  @endsignals
8  <hr>
10  @signaldef certificate-stored
11   @signalproto
12 void (*certificate_stored)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
13   @endsignalproto
14   @signaldesc
15    Emitted when a pool stores a certificate. Connect to the pool instance.
16   @param pool    Pool the certificate has been stored into
17   @param id      Key the certificate was stored under
18  @endsignaldef
20  @signaldef certificate-deleted
21   @signalproto
22 void (*certificate_deleted)(PurpleCertificatePool *pool, const gchar *id, gpointer data);
23   @endsignalproto
24   @signaldesc
25    Emitted when a pool deletes a certificate. Connect to the pool instance.
26   @param pool    Pool the certificate was deleted from
27   @param id      Key that was deleted
28  @endsignaldef
30  */
31 // vim: syntax=c tw=75 et