doc/gtklog-signals.dox

Tue, 29 May 2007 20:50:06 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Tue, 29 May 2007 20:50:06 +0000
branch
soc.2007.certmgr
changeset 17429
8976f9e287fe
parent 16244
be35cbf49dfb
child 20897
2608e9e07913
permissions
-rw-r--r--

- Added PURPLE_SSL_PEER_AUTH_FAILED to show that an SSL connection was
unable to authenticate the other end of the connection.
- Wrote (non-working) GnuTLS request code to prompt the user to check
the cert

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 <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 tw=75 et

mercurial