[Adium-devl] g_string_free() and me (aka gaim [17165] doesn't like Adium)
Mark Doliner
mark at kingant.net
Mon Sep 11 07:11:20 UTC 2006
socket_ready_cb is called by the UI's eventloop code when the connection has
been established and Gaim is able to write data to the socket (or when there
was an error establishing the connection). The callback is registered with
the eventloop code on line 460 of proxy.c, in the proxy_connect_none() function:
connect_data->inpa = gaim_input_add(connect_data->fd,
GAIM_INPUT_WRITE, socket_ready_cb, connect_data);
-Mark
More information about the devel
mailing list