view doc/cipher-signals.dox @ 15824:ccc28043f423

merge of '5d82380976ddbe6635550905c1fac7198a445809' and 'c406626cbfaf8f3f5e035c3cb8c90c21bc8365f5'
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 18 Mar 2007 22:56:57 +0000
parents 1ec93dd2f359
children 8cf53d7a0887
line wrap: on
line source

/** @page cipher-signals Cipher Signals

 @signals
  @signal cipher-added
  @signal cipher-removed
 @endsignals

 <hr>

 @signaldef cipher-added
  @signalproto
void (*cipher_added)(GaimCipher *cipher);
  @endsignalproto
  @signaldesc
   Emitted when a cipher is added.
  @param cipher The cipher that was added.
 @endsignaldef

 @signaldef cipher-removed
  @signalproto
void (*cipher_removed)(GaimCipher *cipher);
  @endsignalproto
  @signaldesc
   Emitted when a cipher is removed.
  @param cipher The cipher that was removed.
 @endsignaldef

 */
// vim: syntax=c tw=75 et