Mercurial > pidgin
comparison libpurple/util.c @ 29294:8b17877d3294
propagate from branch 'im.pidgin.pidgin' (head 74c00c33cab0e208691543b25eeae7906f6e4181)
to branch 'im.pidgin.cpw.attention_ui' (head 3471a591582c3bbaaf1ed35288bce15461b920e3)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 22 Jun 2009 21:53:53 +0000 |
parents | 01f1929d0936 |
children | 3d92b968d49f 716bd29bdc28 |
comparison
equal
deleted
inserted
replaced
29293:42c64c41cf87 | 29294:8b17877d3294 |
---|---|
3896 static void ssl_url_fetch_recv_cb(gpointer data, PurpleSslConnection *ssl_connection, PurpleInputCondition cond) | 3896 static void ssl_url_fetch_recv_cb(gpointer data, PurpleSslConnection *ssl_connection, PurpleInputCondition cond) |
3897 { | 3897 { |
3898 url_fetch_recv_cb(data, -1, cond); | 3898 url_fetch_recv_cb(data, -1, cond); |
3899 } | 3899 } |
3900 | 3900 |
3901 /* | 3901 /** |
3902 * This function is called when the socket is available to be written | 3902 * This function is called when the socket is available to be written |
3903 * to. | 3903 * to. |
3904 * | 3904 * |
3905 * @param source The file descriptor that can be written to. This can | 3905 * @param source The file descriptor that can be written to. This can |
3906 * be an http connection or it can be the SSL connection of an | 3906 * be an http connection or it can be the SSL connection of an |