Re: g_io_channel functions

2005-02-04 Thread Gyözö Both
l or a > > short source code example for the usage of the g_io_channel* > > functions of glib? (are those functions the ones i need, anyway?) > > > > and is it possible to implement such an architecture without using > > socket.h from libc, only using glib? > > Us

Re: g_io_channel functions

2005-02-04 Thread Carsten Burstedde
> i'm considering introducing a server/client architecture in one of my > projects. unfortunately i know nothing about implementing sockets, > internet communication and such. is there a tutorial or a short > source code example for the usage of the g_io_channel* functions of &

g_io_channel functions

2005-02-04 Thread Gyözö Both
i'm considering introducing a server/client architecture in one of my projects. unfortunately i know nothing about implementing sockets, internet communication and such. is there a tutorial or a short source code example for the usage of the g_io_channel* functions of glib? (are those func