libpurple/proxy.h

changeset 38026
ea9d401c7037
parent 37965
b67fb3fb5f85
parent 38016
3ac0882cd563
child 39385
8b00a188296b
equal deleted inserted replaced
38015:85a230b8ba66 38026:ea9d401c7037
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

mercurial