1/** @page cipher-signals Cipher Signals
2
3 @signals
4  @signal cipher-added
5  @signal cipher-removed
6 @endsignals
7
8 @see cipher.h
9
10 <hr>
11
12 @signaldef cipher-added
13  @signalproto
14void (*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
20
21 @signaldef cipher-removed
22  @signalproto
23void (*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
29
30 */
31// vim: syntax=c.doxygen tw=75 et
32