comparison ChangeLog.API @ 32752:5525312cf589

Upgrade PurpleXfer for a 64-bit world. Prpls and UIs still need to handle this properly though. Refs #1185. Refs #8477.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 16 Oct 2011 04:38:12 +0000
parents 1cec4425d0cc
children 2ec94166be43
comparison
equal deleted inserted replaced
32751:8b7c7c6bf985 32752:5525312cf589
82 * purple_notify_user_info_get_entries returns a GQueue instead of 82 * purple_notify_user_info_get_entries returns a GQueue instead of
83 a GList 83 a GList
84 * purple_notify_user_info_prepend_pair renamed to 84 * purple_notify_user_info_prepend_pair renamed to
85 purple_notify_user_info_prepend_pair_html 85 purple_notify_user_info_prepend_pair_html
86 * purple_srv_resolve now takes a PurpleAccount as the first parameter 86 * purple_srv_resolve now takes a PurpleAccount as the first parameter
87 * purple_str_size_to_units now takes a goffset as the size parameter
87 * purple_txt_resolve now takes a PurpleAccount as the first parameter 88 * purple_txt_resolve now takes a PurpleAccount as the first parameter
88 * purple_util_fetch_url_request now takes a PurpleAccount as 89 * purple_util_fetch_url_request now takes a PurpleAccount as
89 the first parameter 90 the first parameter
90 * purple_util_fetch_url_request now takes a length as the eighth 91 * purple_util_fetch_url_request now takes a length as the eighth
91 parameter 92 parameter
92 * purple_util_fetch_url_len now takes a length as the fifth parameter 93 * purple_util_fetch_url_len now takes a length as the fifth parameter
94 * purple_xfer_get_bytes_remaining now returns a goffset
95 * purple_xfer_get_bytes_sent now returns a goffset
96 * purple_xfer_get_size now returns a goffset
93 * purple_xfer_is_canceled renamed to purple_xfer_is_cancelled 97 * purple_xfer_is_canceled renamed to purple_xfer_is_cancelled
98 * purple_xfer_set_bytes_sent now takes a goffset as the bytes_sent
99 parameter
100 * purple_xfer_set_size now takes a goffset as the size parameter
94 * PurpleConnectionUiOps.report_disconnect now passes a 101 * PurpleConnectionUiOps.report_disconnect now passes a
95 PurpleConnectionError as the second parameter 102 PurpleConnectionError as the second parameter
103 * PurpleXfer.bytes_remaining is now a goffset
104 * PurpleXfer.bytes_sent is now a goffset
105 * PurpleXfer.size is now a goffset
96 106
97 Removed: 107 Removed:
98 * _GntFileType 108 * _GntFileType
99 * _GntKeyPressMode 109 * _GntKeyPressMode
100 * _GntMouseEvent 110 * _GntMouseEvent