view doc/cipher-signals.dox @ 27458:70e64287f790

Hey Stu, it should be safe to combine this check, right? It'll make us allow a few broken things, like if the length is 12aQ we'll parse the length as x12a, but that's not too important, right? I signed on to my Yahoo accounts and was able to fetch the icons from the two people who have them.
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 05:37:06 +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