On Mon, 2005-12-12 at 10:56 +, Richard Warren wrote:
> Dear all,
>
> I would be grateful if anyone could tell me whether I need to unreference a
> GIOChannel in order to destroy it properly.
>
> Here's what I'm currently doing:
>
> 1. I create a channel with g_io_channel_unix_new() from a s
Dear all,
I would be grateful if anyone could tell me whether I need to unreference a
GIOChannel in order to destroy it properly.
Here's what I'm currently doing:
1. I create a channel with g_io_channel_unix_new() from a socket. The docs
state that the initial reference count will be 1.
2.