Colossus wrote: > Hi, > > I red the docs on GIOChannels but I'm stuck regarding what means > "resource temporarily available"
with non-blocking I/O that means that the buffers are full, so the call will not process all your data, and to avoid that this function will block your application, it will return. this is what non-blocking I/O is all about: returning if it would otherwise take too long regards, Olivier _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list