Mercurial > pidgin
view plugins/perl/common/Privacy.xs @ 14160:c8ebbc0110f4
[gaim-migrate @ 16808]
gaim_ssl_connect's are now cancelable (without crashing, anyway)
This was relatively easy, because the PRPLs already keep a reference
to the GaimSslConnection. I just needed to update the core ssl code
to keep track of the GaimProxyConnectInfo, and to call
gaim_proxy_connect_cancel() when gaim_ssl_close() is called
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 17 Aug 2006 05:47:10 +0000 |
parents | 96f9b4798012 |
children |
line wrap: on
line source
#include "module.h" MODULE = Gaim::Privacy PACKAGE = Gaim::Privacy PREFIX = gaim_privacy_ PROTOTYPES: ENABLE Gaim::Privacy::UiOps gaim_privacy_get_ui_ops() void gaim_privacy_init() void gaim_privacy_set_ui_ops(ops) Gaim::Privacy::UiOps ops