doc/cipher-signals.dox

Fri, 08 Jun 2012 05:22:19 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Fri, 08 Jun 2012 05:22:19 +0000
changeset 33029
5005e63a35d4
parent 20897
2608e9e07913
permissions
-rw-r--r--

Update the toolbar when the caret moves.

I'm not sure what that check was that I ended up removing, though.

/** @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

mercurial