Mercurial > pidgin.yaz
view doc/cipher-signals.dox @ 21958:bdc832659314
merge of '136abe99803d125464bb1268eb7041051ad4c9ae'
and '65d6e329e8a42db36f462a47c3e8664cb6a93dec'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 29 Dec 2007 19:19:56 +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