view doc/cipher-signals.dox @ 23296:47492dabcb4a

Fixes a crash when next_begin_word is called on trailing spaces at the end of an entry. applied changes from 0b25c9dd3deaa5c16f7deff33c36af4812f2629a through abef8860abbb7cbebfd89a34d86d43457c0b5caf
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 06 Jun 2008 03:04:05 +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