Mercurial > pidgin
view doc/gtklog-signals.dox @ 29647:c35fd54ec64b
Implement reading multiple certificates from a single "bundle" of
certificates in one file. This is most helpful for systems where system
CA certs are installed as a bundle.
Please test, preferably after removing any cached certificates from
~/.purple/certificates/x509/tls_peers/
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 27 Mar 2010 03:55:09 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page gtklog-signals GtkLog Signals @signals @signal log-displaying @endsignals @see gtklog.h <hr> @signaldef log-displaying @signalproto void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log); @endsignalproto @signaldesc Emitted when a log is being displayed. @param viewer The log viewer @param log The log being displayed @endsignaldef */ // vim: syntax=c.doxygen tw=75 et