Re: Sockets in GTK, how to use?

2011-01-31 Thread Antono Vasiljev
Excerpts from Jacques Pelletier's message of 2011-01-31 08:16:51 +0200: } else { g_debug(%s, error-message); g_free(error); } Many thanks! This will help very much! This was pretty simple version. What I really wont to know is how to make this socket communication

Sockets in GTK, how to use?

2011-01-30 Thread Jacques Pelletier
Hi, I'm using Gnet 2.08 in my application and I would like to convert it to GTK for its socket functions. From the docs, I was able to figure out how to open a connection, but once the connection is opened, how do we read and write to a socket? JP

Re: Sockets in GTK, how to use?

2011-01-30 Thread Antono Vasiljev
Excerpts from Jacques Pelletier's message of 2011-01-30 18:37:34 +0200: I'm using Gnet 2.08 in my application and I would like to convert it to GTK for its socket functions. From the docs, I was able to figure out how to open a connection, but once the connection is opened, how do we read

Re: Sockets in GTK, how to use?

2011-01-30 Thread Antono Vasiljev
Excerpts from Jacques Pelletier's message of 2011-01-30 18:37:34 +0200: I'm using Gnet 2.08 in my application and I would like to convert it to GTK for its socket functions. From the docs, I was able to figure out how to open a connection, but once the connection is opened, how do we read

Re: Sockets in GTK, how to use?

2011-01-30 Thread Jacques Pelletier
On Sunday 30 January 2011 12:03:57 Antono Vasiljev wrote: Excerpts from Jacques Pelletier's message of 2011-01-30 18:37:34 +0200: I'm using Gnet 2.08 in my application and I would like to convert it to GTK for its socket functions. From the docs, I was able to figure out how to open a