changeset 21365:3a269007711e

Document connection-error signal.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 27 Oct 2007 12:14:15 +0000
parents 5a7202fa43a0
children 8858a42ca237
files doc/connection-signals.dox
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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