Mercurial > pidgin.yaz
view doc/cipher-signals.dox @ 23295:5e6392e93ce9
Don't send an auto-response when you're away and you IM someone
and they respond.
I thought we used to do this? Did we change it intentionally or
something? This logic makes sense to me.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 05 Jun 2008 23:55: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