[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Vala] stdout.printf not working correctly in GTK+ program
- From: Ed Schouten <ed 80386 nl>
- To: "Jaap A. Haitsma" <jaap haitsma org>
- Cc: vala-list gnome org
- Subject: Re: [Vala] stdout.printf not working correctly in GTK+ program
- Date: Sun, 30 Mar 2008 22:50:44 +0200
* Jaap A. Haitsma <jaap haitsma org> wrote:
> If I use stdout.printf in a GTK+ program, I'm not seeing anything
> happening on the console. Only when I close the app the text appears
> on the console.
By default, stdin/stdout/stderr is line based. Try adding a "\n" to the
end of the string you're trying to print.
--
Ed Schouten <ed 80386 nl>
WWW: http://g-rave.nl/
Attachment:
pgpoeRbT4OzdT.pgp
Description: PGP signature
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]