view doc/cipher-signals.dox @ 29020:f4a95b3424d1

Make yahoo_codes_to_html not crash when given an empty string, or a string containing just unknown markup, and add a couple of tests to the testsuite for these. Hopefully fixes https://bugzilla.redhat.com/show_bug.cgi?id=541341
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 25 Nov 2009 16:39:29 +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