# HG changeset patch # User Will Thompson # Date 1193506902 0 # Node ID 640551a3e75a4902a7ff7e350913244368a1ee53 # Parent 8858a42ca23773e600ab202d7d95230f8ba229af Changelog purple_account_get_current_error() and account-error-changed. diff -r 8858a42ca237 -r 640551a3e75a ChangeLog.API --- a/ChangeLog.API Sat Oct 27 17:26:17 2007 +0000 +++ b/ChangeLog.API Sat Oct 27 17:41:42 2007 +0000 @@ -27,11 +27,18 @@ they want to use the reported PurpleDisconnectReason to give a more specific error. * A connection-error signal, fired just after the UiOp is - called. + called with the same information. * purple_connection_reason_is_fatal(), acting as a hint to whether automatic reconnection should be attempted after a connection error (rather than checking gc->wants_to_die). + * purple_account_get_current_error() to get the most recent + PurpleConnectionError and description (or NULL if the + account is happy with life), to allow bits of the UI to know + the last error without caching it themselves (as + PidginBuddyList does). + * An account-error-changed signal, firing when + purple_account_get_current_error()'s return value changes. * purple_util_init() * purple_util_uninit()