comparison ChangeLog.API @ 21361:6bbd023f0387

propagate from branch 'im.pidgin.pidgin.next.minor' (head 365b126365cc18309aea7f8eef0e9b2a19e6bda8) to branch 'im.pidgin.cpw.resiak.disconnectreason' (head 75e53ad0238f484c85aa2db94c12cd3f6872f8f6)
author Will Thompson <will.thompson@collabora.co.uk>
date Wed, 17 Oct 2007 15:00:41 +0000
parents d275275a011c e747ac0c42d6
children 68098b461e00
comparison
equal deleted inserted replaced
21253:ae330012956f 21361:6bbd023f0387
13 * purple_plugin_disable(), which is intended to be called when 13 * purple_plugin_disable(), which is intended to be called when
14 a purple_plugin_unload()--which was called when a user tried 14 a purple_plugin_unload()--which was called when a user tried
15 to unload a plugin--fails. This then prevents the plugin 15 to unload a plugin--fails. This then prevents the plugin
16 from being saved in the saved plugins list, so it'll won't 16 from being saved in the saved plugins list, so it'll won't
17 be loaded at the next startup. 17 be loaded at the next startup.
18
19 * PurpleDisconnectReason enumeration of machine-readable
20 types of connection error.
21 * purple_connection_error_reason(), to be used by prpls
22 (instead of purple_connection_error() and setting
23 gc->wants_to_die) to report errors along with a
24 PurpleDisconnectReason.
25 * PurpleConnectionUiOps.report_disconnect_reason, to be
26 implemented by UIs (rather than .report_disconnect) if
27 they want to use the reported PurpleDisconnectReason
28 to give a more specific error.
29 * purple_connection_reason_is_fatal(), acting as a hint
30 to whether automatic reconnection should be attempted
31 after a connection error (rather than checking
32 gc->wants_to_die).
33
18 * purple_util_init() 34 * purple_util_init()
19 * purple_util_uninit() 35 * purple_util_uninit()
20 36
21 * pidgin_dialogs_about_with_parent() 37 * pidgin_dialogs_about_with_parent()
22 * pidgin_log_show_contact_with_parent() 38 * pidgin_log_show_contact_with_parent()