comparison ChangeLog.API @ 21375:50fa2c5a7029

Deprecate pidgin_blist_update_account_error_state() and PidginBuddyList.connection_errors; update ChangeLog.API.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 28 Oct 2007 16:43:16 +0000
parents a41ac7fd19ab
children 872068d10eab
comparison
equal deleted inserted replaced
21374:71c1f2da4ff2 21375:50fa2c5a7029
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
36 PurpleConnectionError and a const char *description.
35 * purple_account_get_current_error() to get the most recent 37 * purple_account_get_current_error() to get the most recent
36 PurpleConnectionError and description (or NULL if the 38 PurpleConnectionError and description (or NULL if the
37 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
38 the last error without caching it themselves (as 40 the last error without caching it themselves (as
39 PidginBuddyList does). 41 PidginBuddyList does).
106 * purple_request_file() 108 * purple_request_file()
107 * purple_request_folder() 109 * purple_request_folder()
108 * purple_request_input() 110 * purple_request_input()
109 * purple_request_ok_cancel() 111 * purple_request_ok_cancel()
110 * purple_request_yes_no() 112 * purple_request_yes_no()
113
114 * purple_connection_error()
115 * pidgin_blist_update_account_error_state()
116 * PidginBuddyList.connection_errors
111 117
112 MSN: 118 MSN:
113 * A new independant status type with PURPLE_STATUS_TUNE primitive, and 119 * A new independant status type with PURPLE_STATUS_TUNE primitive, and
114 PURPLE_TUNE_ARTIST, PURPLE_TUNE_ALBUM and PURPLE_TUNE_TITLE 120 PURPLE_TUNE_ARTIST, PURPLE_TUNE_ALBUM and PURPLE_TUNE_TITLE
115 attributes. 121 attributes.