im.pidgin.cpw.resiak.disconnectreason: 317b14176c8bcdd9ca54500d252f6a9efa6f2579

resiak at soc.pidgin.im resiak at soc.pidgin.im
Sat Oct 27 13:50:45 EDT 2007


-----------------------------------------------------------------
Revision: 317b14176c8bcdd9ca54500d252f6a9efa6f2579
Ancestor: 6e53ff14d305acc945bcc295b492070cbdb7288e
Author: resiak at soc.pidgin.im
Date: 2007-10-27T12:14:15
Branch: im.pidgin.cpw.resiak.disconnectreason

Modified files:
        doc/connection-signals.dox

ChangeLog: 

Document connection-error signal.

-------------- next part --------------
============================================================
--- doc/connection-signals.dox	6b5fd27e3bdec3964879e03ae56952c7c056f655
+++ doc/connection-signals.dox	0eaa1ad34f348ca2bac2d9d30a6e15d954643921
@@ -47,5 +47,16 @@ void (*signed_off)(PurpleConnection *gc)
   @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


More information about the Commits mailing list