Mercurial > pidgin
view doc/certificate-signals.dox @ 24434:8bde168ddfa9
Make double-clicking a saved status activate it and close the window.
This reduces the number of actions needed to activate a non-recent status from
five (statusbox, saved, choose, use, close) to three (statusbox, saved, choose)
at the cost of raising the number of actions needed to edit a status from three
to four. Even if you edit statuses as often as you activate them, that's still
a net reduction in actions. :-)
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 14 Nov 2008 20:46:20 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page certificate-signals Certificate Signals @signals @signal certificate-stored @signal certificate-deleted @endsignals @see certificate.h <hr> @signaldef certificate-stored @signalproto void (*certificate_stored)(PurpleCertificatePool *pool, const gchar *id, gpointer data); @endsignalproto @signaldesc Emitted when a pool stores a certificate. Connect to the pool instance. @param pool Pool the certificate has been stored into @param id Key the certificate was stored under @endsignaldef @signaldef certificate-deleted @signalproto void (*certificate_deleted)(PurpleCertificatePool *pool, const gchar *id, gpointer data); @endsignalproto @signaldesc Emitted when a pool deletes a certificate. Connect to the pool instance. @param pool Pool the certificate was deleted from @param id Key that was deleted @endsignaldef */ // vim: syntax=c.doxygen tw=75 et