comparison ChangeLog.API @ 21367:640551a3e75a

Changelog purple_account_get_current_error() and account-error-changed.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 27 Oct 2007 17:41:42 +0000
parents 5a7202fa43a0
children a41ac7fd19ab
comparison
equal deleted inserted replaced
21366:8858a42ca237 21367:640551a3e75a
25 * PurpleConnectionUiOps.report_disconnect_reason, to be 25 * PurpleConnectionUiOps.report_disconnect_reason, to be
26 implemented by UIs (rather than .report_disconnect) if 26 implemented by UIs (rather than .report_disconnect) if
27 they want to use the reported PurpleDisconnectReason 27 they want to use the reported PurpleDisconnectReason
28 to give a more specific error. 28 to give a more specific error.
29 * A connection-error signal, fired just after the UiOp is 29 * A connection-error signal, fired just after the UiOp is
30 called. 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 * purple_account_get_current_error() to get the most recent
36 PurpleConnectionError and description (or NULL if the
37 account is happy with life), to allow bits of the UI to know
38 the last error without caching it themselves (as
39 PidginBuddyList does).
40 * An account-error-changed signal, firing when
41 purple_account_get_current_error()'s return value changes.
35 42
36 * purple_util_init() 43 * purple_util_init()
37 * purple_util_uninit() 44 * purple_util_uninit()
38 45
39 * pidgin_dialogs_about_with_parent() 46 * pidgin_dialogs_about_with_parent()