| 307 const char *host, int port, |
307 const char *host, int port, |
| 308 PurpleProxyConnectFunction connect_cb, gpointer data); |
308 PurpleProxyConnectFunction connect_cb, gpointer data); |
| 309 |
309 |
| 310 /** |
310 /** |
| 311 * purple_proxy_connect_cancel: |
311 * purple_proxy_connect_cancel: |
| |
312 * @connect_data: The #PurpleProxyConnectData to cancel. |
| 312 * |
313 * |
| 313 * Cancel an in-progress connection attempt. This should be called |
314 * Cancel an in-progress connection attempt. This should be called |
| 314 * by the protocol if the user disables an account while it is still |
315 * by the protocol if the user disables an account while it is still |
| 315 * performing the initial sign on. Or when establishing a file |
316 * performing the initial sign on. Or when establishing a file |
| 316 * transfer, if we attempt to connect to a remote user but they |
317 * transfer, if we attempt to connect to a remote user but they |