comparison ChangeLog.API @ 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 50fa2c5a7029
children b7a004e65702
comparison
equal deleted inserted replaced
21376:f5b223d0cb89 21377:872068d10eab
30 called with the same information. 30 called with the same information.
31 * purple_connection_reason_is_fatal(), acting as a hint 31 * purple_connection_reason_is_fatal(), acting as a hint
32 to whether automatic reconnection should be attempted 32 to whether automatic reconnection should be attempted
33 after a connection error (rather than checking 33 after a connection error (rather than checking
34 gc->wants_to_die). 34 gc->wants_to_die).
35 * PurpleConnectionErrorPair, a struct to hold a 35 * PurpleConnectionErrorInfo, a struct to hold a
36 PurpleConnectionError and a const char *description. 36 PurpleConnectionError and a const char *description.
37 * purple_account_get_current_error() to get the most recent 37 * purple_account_get_current_error() to get the most recent
38 PurpleConnectionError and description (or NULL if the 38 PurpleConnectionError and description (or NULL if the
39 account is happy with life), to allow bits of the UI to know 39 account is happy with life), to allow bits of the UI to know
40 the last error without caching it themselves (as 40 the last error without caching it themselves (as