Mercurial > pidgin
view doc/cipher-signals.dox @ 31987:011abe09b264
merge of '808c311196ce8853437bde38c9e3c0864698a4d4'
and 'b5432d58ea3fe5a2182f1eb3ee4fceb12118f088'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 29 Aug 2011 22:50:03 +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