Does Glib::IO->add_watch work on pipes on Win32?



Hi,
This is just a long shot, but since I don't have a Windows computer,
I thought I would ask.

Does  Glib::IO->add_watch  work on pipes in Win32?

I doubt that it does, but I didn't see anything mentioned about it
in the GLib::MainLoop manpage.

For instance, if I open a piped command on win32, like:

open(my $fh, "some_command.exe | ) or warn "$!\n'; 

will an IO watch work on $fh?

I guess I'm just hoping that Glib has a way to make it work on win32.

Thanks,
zentara


-- 
I'm not really a human, but I play one on earth.
http://zentara.net/Remember_How_Lucky_You_Are.html 



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