im.pidgin.pidgin: 24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6

resiak at soc.pidgin.im resiak at soc.pidgin.im
Sat Feb 16 13:21:25 EST 2008


-----------------------------------------------------------------
Revision: 24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6
Ancestor: 2dbcc02d87584e804dd54fa2b58d232e6373785b
Author: resiak at soc.pidgin.im
Date: 2008-02-16T18:17:32
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6

Modified files:
        doc/account-signals.dox

ChangeLog: 

I think it's reasonable to just say "don't do this".

-------------- next part --------------
============================================================
--- doc/account-signals.dox	291c1fcfb7b9853e84f857df916062e1d20d6506
+++ doc/account-signals.dox	dce3b6d42306e55fc2abf11313562e711632c6ee
@@ -148,7 +148,8 @@ void (*account_error_changed)(PurpleAcco
 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


More information about the Commits mailing list