Problem with GLib Source Poll

2006-04-06 Thread Michele \"O-Zone\" Pinassi
Hi all, i need to do a TCP server and i want to use GLib functions. This is my code: === typedef struct { GSource source; GPollFD *PollFD; } GSourceWrapped; GSourceFunc *SOCKET_WriteQueuedFrame() { [cut] return TRUE; } static gboolean source_prepare(GSource *sour

Re: Problem with GLib Source Poll

2006-04-06 Thread Rick Jones
Perhaps I'm missing a side-effect of one of the g_source functions, but where in the application does accept() get called? rick jones ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list