diff doc/account-signals.dox @ 21377:872068d10eab

Mark pointed out that PurpleConnectionErrorPair is not a very good name for the struct (what if it gains an extra field in the future?), and John suggested PurpleConnectionErrorInfo, which is an accurate name.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 28 Oct 2007 23:10:08 +0000
parents 71c1f2da4ff2
children 30a532b14003
line wrap: on
line diff
--- a/doc/account-signals.dox	Sun Oct 28 18:03:14 2007 +0000
+++ b/doc/account-signals.dox	Sun Oct 28 23:10:08 2007 +0000
@@ -144,7 +144,7 @@
 
  @signaldef account-error-changed
   @signalproto
-void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorPair *old_error, const PurpleConnectionErrorPair *current_error);
+void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorInfo *old_error, const PurpleConnectionErrorInfo *current_error);
   @endsignalproto
   @signaldesc
    Emitted when @a account's error changes.