diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-02-10 08:49:52 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-02-10 08:50:36 +0000 |
commit | d173d97c9ba27ac009f756a727a23a3359c5c5fc (patch) | |
tree | 183c4c805518beb2a07a5e0e6590659561dc5604 /gio/gioenums.h | |
parent | 24536dd030796dc57ca5148b031062da3e0b793e (diff) | |
download | glib-d173d97c9ba27ac009f756a727a23a3359c5c5fc.tar.gz |
gsubprocess: Fix ‘Since’ lines in documentation to read 2.40
GSubprocess was introduced in GLib 2.40, not 2.36.
https://bugzilla.gnome.org/show_bug.cgi?id=724001
Diffstat (limited to 'gio/gioenums.h')
-rw-r--r-- | gio/gioenums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gioenums.h b/gio/gioenums.h index d83ea76f5..03f3de933 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -1744,7 +1744,7 @@ typedef enum /*< flags >*/ { * example, you may not request both %G_SUBPROCESS_FLAGS_STDOUT_PIPE and * %G_SUBPROCESS_FLAGS_STDOUT_SILENCE. * - * Since: 2.36 + * Since: 2.40 **/ typedef enum { G_SUBPROCESS_FLAGS_NONE = 0, |