changeset 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 858ce8a1fc8c
children 3ed2c259f656 d270b6aebabc
files doc/account-signals.dox
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/account-signals.dox	Sat Feb 16 18:13:48 2008 +0000
+++ b/doc/account-signals.dox	Sat Feb 16 18:17:32 2008 +0000
@@ -148,7 +148,8 @@
 void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorInfo *old_error, const PurpleConnectionErrorInfo *current_error);
   @endsignalproto
   @signaldesc
-   Emitted when @a account's error changes.
+   Emitted when @a account's error changes.  You should not call
+   purple_account_clear_current_error() while this signal is being emitted.
   @param account   The account whose error has changed.
   @param old_error The account's previous error, or @c NULL if it had no
                    error.  After this signal is emitted, @a old_error is