gmain loop and listening on a port

2005-08-05 Thread Tim Fulcher - Clickatell
Title: Message Hi all   Please forgive as I'm a newbie with linux and gcc.   I'm trying to listen on a socket and am restricted to using g_main_loop, I have set up the socket and have attached the socket to the gmainloop as using g_io_add_watch and then using "accept()" but the port will o

Re: gmain loop and listening on a port

2005-08-06 Thread Tim Müller
On Friday 05 August 2005 10:44, Tim Fulcher - Clickatell wrote: > I'm trying to listen on a socket and am restricted to using g_main_loop, > I have set up the socket and have attached the socket to the gmainloop > as using g_io_add_watch and then using "accept()" but the port will only > listen on