Mercurial > pidgin.yaz
view doc/cipher-signals.dox @ 15161:c6b79e535eb8
[gaim-migrate @ 17946]
Experimental search-as-you-type in GntTree. Press "/" to enter the search-mode,
and when you're done, press escape to cancel. The search-mode remains active
for 4 seconds before returning to normal.
Someone should update the manual, and possibly enhance the behaviour.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 10 Dec 2006 11:26:17 +0000 |
parents | 1ec93dd2f359 |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page cipher-signals Cipher Signals @signals @signal cipher-added @signal cipher-removed @endsignals <hr> @signaldef cipher-added @signalproto void (*cipher_added)(GaimCipher *cipher); @endsignalproto @signaldesc Emitted when a cipher is added. @param cipher The cipher that was added. @endsignaldef @signaldef cipher-removed @signalproto void (*cipher_removed)(GaimCipher *cipher); @endsignalproto @signaldesc Emitted when a cipher is removed. @param cipher The cipher that was removed. @endsignaldef */ // vim: syntax=c tw=75 et