comparison plugins/ChangeLog.API @ 14108:7a205b430d19

[gaim-migrate @ 16742] Removing the "error_cb" parameter for gaim_proxy_connect(), changing it back to how it was. As I started making changes to oscar to support canceling connection attempts, I realized that having a separate callback for errors would result in more code duplication than was needed. Originally I thought the separate callback would make things cleaner. Anyway, sorry for the noise. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Aug 2006 04:43:38 +0000
parents a70c6011dc81
children
comparison
equal deleted inserted replaced
14107:c0ee28af3ca2 14108:7a205b430d19
112 * struct proto_chat_entry: label is now const char * 112 * struct proto_chat_entry: label is now const char *
113 * struct proto_chat_entry: identifier is now const char * 113 * struct proto_chat_entry: identifier is now const char *
114 * All network activity has been updated to use non-blocking sockets. 114 * All network activity has been updated to use non-blocking sockets.
115 This means that plugins must be updated to expect such a socket from 115 This means that plugins must be updated to expect such a socket from
116 gaim_proxy_connect() and gaim_network_listen*(). 116 gaim_proxy_connect() and gaim_network_listen*().
117 * gaim_proxy_connect(): changed to return NULL on error and a void * 117 * gaim_proxy_connect(): changed to return NULL on error and a pointer
118 handle on success, and changed parameters. It is now possible to 118 to a GaimProxyConnectInfo object which can be used to cancel
119 cancel connection attempts. 119 connection attempts using gaim_proxy_connect_cancel().
120 * gaim_gtk_create_imhtml(): Added sw_ret() parameter 120 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
121 * gaim_account_get_log(): Added create parameter 121 * gaim_account_get_log(): Added create parameter
122 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH 122 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
123 123
124 Removed: 124 Removed: