Mercurial > pidgin.yaz
view doc/cipher-signals.dox @ 27875:0529d26b6154
propagate from branch 'im.pidgin.pidgin' (head 2798b5d30a8c2d29601e600fd6d9d710fd33635c)
to branch 'im.pidgin.pidgin.yaz' (head 8bc3132e8513939a922982878b73287446c7d06e)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 25 Aug 2008 02:46: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