view doc/gtklog-signals.dox @ 28725:401a00227615

ssl-gnutls: I think this error message makes a little more sense. The error is meant to indicate that the certificate crt is *not* signed by issuer (where crt_issuer_id is the information extracted from the certificate itself).
author Paul Aurich <paul@darkrain42.org>
date Sat, 10 Oct 2009 03:53:59 +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