diff options
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index bd277b80..a5e8aa9d 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -32864,7 +32864,7 @@ * Create a #GSource that will be dispatched upon delivery of the UNIX * signal @signum. In GLib versions before 2.36, only `SIGHUP`, `SIGINT`, * `SIGTERM` can be monitored. In GLib 2.36, `SIGUSR1` and `SIGUSR2` - * were added. + * were added. In GLib 2.54, `SIGWINCH` was added. * * Note that unlike the UNIX default, all sources which have created a * watch will be dispatched, regardless of which underlying thread |