view doc/cipher-signals.dox @ 16104:f0f9d94928ee

merge of '5f2da9b1c55764e371254bcde18f34bb07edcc03' and 'a260d59abbc78e7dec2a658c8292c60e1d8dd9fe'
author Richard Nelson <wabz@pidgin.im>
date Sat, 14 Apr 2007 12:38:31 +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