comparison 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
comparison
equal deleted inserted replaced
21376:f5b223d0cb89 21377:872068d10eab
142 @since 2.3.0 142 @since 2.3.0
143 @endsignaldef 143 @endsignaldef
144 144
145 @signaldef account-error-changed 145 @signaldef account-error-changed
146 @signalproto 146 @signalproto
147 void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorPair *old_error, const PurpleConnectionErrorPair *current_error); 147 void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorInfo *old_error, const PurpleConnectionErrorInfo *current_error);
148 @endsignalproto 148 @endsignalproto
149 @signaldesc 149 @signaldesc
150 Emitted when @a account's error changes. 150 Emitted when @a account's error changes.
151 @param account The account whose error has changed. 151 @param account The account whose error has changed.
152 @param old_error The account's previous error, or @c NULL if it had no 152 @param old_error The account's previous error, or @c NULL if it had no