ChangeLog.API

branch
cpw.resiak.disconnectreason
changeset 21298
d0d9cfaf3fe7
parent 21296
406dbf97ff66
child 21310
de88118624f0
equal deleted inserted replaced
21297:9c34edc92ad2 21298:d0d9cfaf3fe7
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

mercurial