| 7 |
7 |
| 8 <hr> |
8 <hr> |
| 9 |
9 |
| 10 @signaldef cipher-added |
10 @signaldef cipher-added |
| 11 @signalproto |
11 @signalproto |
| 12 void (*cipher_added)(GaimCipher *cipher); |
12 void (*cipher_added)(PurpleCipher *cipher); |
| 13 @endsignalproto |
13 @endsignalproto |
| 14 @signaldesc |
14 @signaldesc |
| 15 Emitted when a cipher is added. |
15 Emitted when a cipher is added. |
| 16 @param cipher The cipher that was added. |
16 @param cipher The cipher that was added. |
| 17 @endsignaldef |
17 @endsignaldef |
| 18 |
18 |
| 19 @signaldef cipher-removed |
19 @signaldef cipher-removed |
| 20 @signalproto |
20 @signalproto |
| 21 void (*cipher_removed)(GaimCipher *cipher); |
21 void (*cipher_removed)(PurpleCipher *cipher); |
| 22 @endsignalproto |
22 @endsignalproto |
| 23 @signaldesc |
23 @signaldesc |
| 24 Emitted when a cipher is removed. |
24 Emitted when a cipher is removed. |
| 25 @param cipher The cipher that was removed. |
25 @param cipher The cipher that was removed. |
| 26 @endsignaldef |
26 @endsignaldef |