doc/cipher-signals.dox

Thu, 02 Oct 2008 01:29:53 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 02 Oct 2008 01:29:53 +0000
changeset 24431
f4b9e73eec48
parent 20897
2608e9e07913
permissions
-rw-r--r--

Allow the message notification plugin to flash windows on win32.

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