Mercurial > pidgin.yaz
view console/gntconv.h @ 14248:4975f529d909
[gaim-migrate @ 16930]
And this needs to be done before calling gaim_connection_error().
The IRC PPRL should only free the sslconn if the connection is
canceled half-way through, or if the connection has completed and
the user signs offline. If the connection fails normally
then sslconn.c is responsible for destroying the sslconn.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 21 Aug 2006 02:05:55 +0000 |
parents | c65ed4f6eea8 |
children | f4af666fafe3 |
line wrap: on
line source
#ifndef _GNT_CONV_H #define _GNT_CONV_H #include "conversation.h" GaimConversationUiOps *gg_conv_get_ui_ops(void); void gg_conversation_init(void); void gg_conversation_uninit(void); #endif