doc/cipher-signals.dox

Wed, 22 Apr 2009 07:55:03 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Wed, 22 Apr 2009 07:55:03 +0000
branch
cpw.malu.xmpp.idle
changeset 26836
ad9f9574d858
parent 20897
2608e9e07913
permissions
-rw-r--r--

propagate from branch 'im.pidgin.pidgin' (head 993d20e63dabb19d9a2d8c84e2618e10839f03a9)
to branch 'im.pidgin.cpw.malu.xmpp.idle' (head c2f378bc418336abaf93562edf7fb6840a698170)

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