Mercurial > pidgin.yaz
view doc/cipher-signals.dox @ 25203:3c9af6627767
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
to branch 'im.pidgin.cpw.malu.xmpp.attention' (head 9acd8cb5119a41bd4ffda63a46297be07f0c3aca)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Fri, 06 Feb 2009 22:49:01 +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