Mercurial > pidgin
view doc/cipher-signals.dox @ 27654:7e473a437c7f
merge of '1ce56b5da0a32c13c50761b20f87a319cc55306f'
and '634c9cc535f126dc9579bb5f790e77356d55261a'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Tue, 21 Jul 2009 04:25:59 +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