Re: Why check menu item's response was blocked?
- From: Sven Neumann <sven gimp org>
- To: jacky618 jacky618 <hhd618 hotmail com>
- Cc: gtk-list gnome org
- Subject: Re: Why check menu item's response was blocked?
- Date: 11 Aug 2004 13:20:32 +0200
Hi,
"David Necas (Yeti)" <yeti physics muni cz> writes:
> Standard output is line-buffered by default. Either change
> it (setvbuf(3)) or, much better, print whole lines ended
> with "\n".
Or print to stderr (which is by default not buffered) using
g_printerr().
Anyway, your GTK+ code should probably be updated, it uses a lot of
deprecated API.
Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]