Mercurial > pidgin.yaz
view doc/certificate-signals.dox @ 22670:4d968d8be5d2
Fix Purple::Util::fetch_url to correctly accept a callback in any of the
following forms \&funref, sub {...}, or "fun", instead of just accepting
"fun". While I was at it, I cleaned up the code a bit, this should allocate a
little less memory every time now and provide a little more useful error
reporting for invalid callback data.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sat, 19 Apr 2008 04:52:13 +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