comparison doc/account-signals.dox @ 22300:cccdcc7e5642

I think it's reasonable to just say "don't do this".
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 16 Feb 2008 18:17:32 +0000
parents 14afe5a92fc2
children 5b522d6e04ca
comparison
equal deleted inserted replaced
22299:858ce8a1fc8c 22300:cccdcc7e5642
146 @signaldef account-error-changed 146 @signaldef account-error-changed
147 @signalproto 147 @signalproto
148 void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorInfo *old_error, const PurpleConnectionErrorInfo *current_error); 148 void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorInfo *old_error, const PurpleConnectionErrorInfo *current_error);
149 @endsignalproto 149 @endsignalproto
150 @signaldesc 150 @signaldesc
151 Emitted when @a account's error changes. 151 Emitted when @a account's error changes. You should not call
152 purple_account_clear_current_error() while this signal is being emitted.
152 @param account The account whose error has changed. 153 @param account The account whose error has changed.
153 @param old_error The account's previous error, or @c NULL if it had no 154 @param old_error The account's previous error, or @c NULL if it had no
154 error. After this signal is emitted, @a old_error is 155 error. After this signal is emitted, @a old_error is
155 not guaranteed to be a valid pointer. 156 not guaranteed to be a valid pointer.
156 @param new_error The account's new error, or @c NULL if it has no error. 157 @param new_error The account's new error, or @c NULL if it has no error.