view doc/cipher-signals.dox @ 31603:40d60f1c896e

You know, I've been telling myself that I am going to get back to pidgin development. But it's been obvious that it's not going to happen any time soon, and it's very unlikely that I will be as active as I once was (which wasn't a very high bar). While I don't discount the possibility that in the future I will still work on some little things here and there, I think at this point calling myself a developer is giving myself too much credit.
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 11 May 2011 05:43:38 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page cipher-signals Cipher Signals

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

 @see cipher.h

 <hr>

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

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

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