diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-10-01 11:41:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-10-01 11:45:28 -0400 |
commit | 97d15954ad426ea792e1c237dfefe754614a0e9e (patch) | |
tree | 44771107b4124aca9115bd60b403d820463b3ebf /README.in | |
parent | 42ad005847e9270d39ef692291fc95dfb96750fb (diff) | |
download | gdk-pixbuf-97d15954ad426ea792e1c237dfefe754614a0e9e.tar.gz |
Move SIGPIPE suppression to gtk_init and document it
Some people were unhappy with doing it deep inside the lpr print
backend at an unpredictable time, and SIGPIPE is almost never
wanted anyway.
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,11 @@ Release notes for 2.18 GDK_NATIVE_WINDOWS makes GDK create a native X11 window for each GDK window, which might make problematic applications work better. +* GTK+ calls signal (SIGPIPE, SIG_IGN) during initialization, to ignore + SIGPIPE signals, since these are almost never wanted in graphical + applications. If you do need to handle SIGPIPE for some reason, reset + the handler after gtk_init(), but notice that other libraries (e.g. + libdbus or gvfs) might do similar things. Release notes for 2.16 ====================== |