Re: Sockets in GTK+?



Luka Napotnik wrote:

GTK+ is a graphical library for creating UI's. For socket programming
you have to use the Unix socket API.

Well that is less and less true, glib/gobject is also becomming something
like an "stl" of choice for C programming and is widely used outside the
GUI domain.

You might want to look into the gnet library (google will find it),
which aperently simplifies ipc programming in glib, which otherwise
consists of using GIOChannel and GIOWatch sources.

Cheers,
                                       -Tristan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]