Tue, 29 May 2007 20:50:06 +0000
- 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
| 12838 | 1 | /** @page gtklog-signals GtkLog Signals |
| 2 | ||
| 3 | @signals | |
| 4 | @signal log-displaying | |
| 5 | @endsignals | |
| 6 | ||
| 7 | <hr> | |
| 8 | ||
| 9 | @signaldef log-displaying | |
| 10 | @signalproto | |
|
16244
be35cbf49dfb
Update the Doxygen signals documentation to match the new struct names.
Richard Laager <rlaager@pidgin.im>
parents:
12838
diff
changeset
|
11 | void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log); |
| 12838 | 12 | @endsignalproto |
| 13 | @signaldesc | |
| 14 | Emitted when a log is being displayed. | |
| 15 | @param viewer The log viewer | |
| 16 | @param log The log being displayed | |
| 17 | @endsignaldef | |
| 18 | ||
| 19 | */ | |
| 20 | // vim: syntax=c tw=75 et |