Mercurial > pidgin.yaz
view doc/cipher-signals.dox @ 27860:28a7992d37b2
propagate from branch 'im.pidgin.pidgin' (head 3008dd1f70a9e9ddc2bbe30c0fae7aba334836fe)
to branch 'im.pidgin.pidgin.yaz' (head 6a95d36de1e6e9696d508a822e4d08106ac42092)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 02 Jul 2008 16:07:07 +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