# HG changeset patch # User Will Thompson # Date 1193487255 0 # Node ID 3a269007711ed408d7797fc37a3cc221f4e5df8d # Parent 5a7202fa43a0687c28388147e45053c5740794b3 Document connection-error signal. diff -r 5a7202fa43a0 -r 3a269007711e doc/connection-signals.dox --- a/doc/connection-signals.dox Wed Oct 24 17:33:12 2007 +0000 +++ b/doc/connection-signals.dox Sat Oct 27 12:14:15 2007 +0000 @@ -47,5 +47,16 @@ @param gc The connection that has signed off. @endsignaldef + @signaldef connection-error + @signalproto +void (*connection_error)(PurpleConnection *gc, PurpleConnectionError err, const gchar *desc) + @endsignalproto + @signaldesc + Emitted when a connection error occurs, before @ref signed-off. + @param gc The connection on which the error has occured + @param err The error that occured + @param desc A description of the error, giving more information. + @endsignaldef + */ // vim: syntax=c.doxygen tw=75 et