| 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 |