summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-04-10 09:38:52 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-04-10 09:38:52 +0200
commita355c02a047795852e2bc673e1a48af9e43b2037 (patch)
tree519cca9d2199b97442ed45622cade9f970124c5b /gir/glib-2.0.c
parentc162d16f03b74aef23c4ab04e0fd66dccbc47850 (diff)
downloadgobject-introspection-a355c02a047795852e2bc673e1a48af9e43b2037.tar.gz
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c2
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