Re: Documentation about the GTK+ Standard Args
- From: Guy Harris <gharris flashcom net>
- To: Andrew Ferguson <andrew owsla cjb net>
- Cc: gtk-list gnome org
- Subject: Re: Documentation about the GTK+ Standard Args
- Date: Sun, 12 Nov 2000 13:35:21 -0800
On Mon, Aug 14, 2000 at 04:54:50PM -0400, Andrew Ferguson wrote:
> I was unable to find any documentation on these arguments (except for
> two email messages to the main GTK+ list). So, I have looked in the
> GTK+ code and put up a webpage with my findings, if anyone on the list
> could go to
>
> http://owsla.cjb.net/gtk.shtml
>
> and tell me about an errors, additions, etc., I would be most obliged.
"--g-fatal-warnings":
1) doesn't make warnings cause a segfault - GLib calls
"abort()", which typically causes a SIGABRT signal, *not* a
SIGSEGV signal;
2) it also causes "critical" messages (which are more severe
than warnings, but less severe than errors) to cause a
SIGABRT (errors are always fatal);
3) at least as I read the code, causes that to be true of all
warnings and critical messages logged with the GLib message
logging routines, not just those from GTK+.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]