Mercurial > pidgin
diff plugins/ChangeLog.API @ 14096:a70c6011dc81
[gaim-migrate @ 16725]
Rename "phb" to "connect_info" everywhere
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 12 Aug 2006 20:40:07 +0000 |
| parents | 599b35acd842 |
| children | 7a205b430d19 |
line wrap: on
line diff
--- a/plugins/ChangeLog.API Sat Aug 12 20:01:35 2006 +0000 +++ b/plugins/ChangeLog.API Sat Aug 12 20:40:07 2006 +0000 @@ -114,6 +114,9 @@ * All network activity has been updated to use non-blocking sockets. This means that plugins must be updated to expect such a socket from gaim_proxy_connect() and gaim_network_listen*(). + * gaim_proxy_connect(): changed to return NULL on error and a void * + handle on success, and changed parameters. It is now possible to + cancel connection attempts. * gaim_gtk_create_imhtml(): Added sw_ret() parameter * gaim_account_get_log(): Added create parameter * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
