comparison ChangeLog.API @ 21390:aa52a0a224be

Add purple_account_clear_current_error(), which does what it says on the tin.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 02 Nov 2007 15:00:24 +0000
parents b7a004e65702
children 0f469b9a4302
comparison
equal deleted inserted replaced
21389:b7a004e65702 21390:aa52a0a224be
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
41 PidginBuddyList does). 41 PidginBuddyList does).
42 * purple_account_clear_current_error() to reset an account's
43 error state to NULL.
42 * An account-error-changed signal, firing when 44 * An account-error-changed signal, firing when
43 purple_account_get_current_error()'s return value changes. 45 purple_account_get_current_error()'s return value changes.
44 46
45 * purple_util_init() 47 * purple_util_init()
46 * purple_util_uninit() 48 * purple_util_uninit()