26 #ifndef _PURPLE_PROXY_H_
27 #define _PURPLE_PROXY_H_
61 typedef struct _PurpleProxyConnectData PurpleProxyConnectData;
63 typedef void (*PurpleProxyConnectFunction)(gpointer data, gint source,
const gchar *error_message);
257 const char *host,
int port,
258 PurpleProxyConnectFunction connect_cb, gpointer data);
286 const char *host,
int port,
287 PurpleProxyConnectFunction connect_cb, gpointer data);
316 const char *host,
int port,
317 PurpleProxyConnectFunction connect_cb, gpointer data);
319 #if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_PROXY_C_)
344 const char *host,
int port,
345 PurpleProxyConnectFunction connect_cb, gpointer data);
364 void purple_proxy_connect_cancel_with_handle(
void *handle);