[gsf] stdin/stdout + "tee"

2005-06-14 Thread Uzytkownik
1. How I should access to std{in,out,err} is recommended? By FILE * or IOChannel *? 2. Can I create one GsfOutput, which automatically send to two(or more) another? Best regards -- Linux user: #376500 (see http://counter.li.org/) ___ gtk-app-devel-list

Re: [gsf] stdin/stdout + "tee"

2005-06-14 Thread Hubert SokoĊ‚owski
On Tue, 14 Jun 2005 20:08:13 +0200 Uzytkownik <[EMAIL PROTECTED]> wrote: > 1. How I should access to std{in,out,err} is recommended? > By FILE * or IOChannel *? better use GIOChannel. I experienced strange problems on windows platform when using FILE in a gtk application.

Re: [gsf] stdin/stdout + "tee"

2005-06-14 Thread Jody Goldberg
On Tue, Jun 14, 2005 at 08:08:13PM +0200, Uzytkownik wrote: > > 2. Can I create one GsfOutput, which automatically send to two(or more) > another? We haven't written such an output, but you could easily whip up something. I'd be happy to include that in future versions. _