propagate from branch 'im.pidgin.pidgin' (head 732d7332dd1537d25b59073beeec74d96da39f13)
[pidgin-git.git] / doc / cipher-signals.dox
blob30cc56cc261bbe8b73ea1e3d496a71134f1a17af
1 /** @page cipher-signals Cipher Signals
3  @signals
4   @signal cipher-added
5   @signal cipher-removed
6  @endsignals
8  @see cipher.h
10  <hr>
12  @signaldef cipher-added
13   @signalproto
14 void (*cipher_added)(PurpleCipher *cipher);
15   @endsignalproto
16   @signaldesc
17    Emitted when a cipher is added.
18   @param cipher The cipher that was added.
19  @endsignaldef
21  @signaldef cipher-removed
22   @signalproto
23 void (*cipher_removed)(PurpleCipher *cipher);
24   @endsignalproto
25   @signaldesc
26    Emitted when a cipher is removed.
27   @param cipher The cipher that was removed.
28  @endsignaldef
30  */
31 // vim: syntax=c.doxygen tw=75 et