summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-02-10 08:49:52 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-02-10 08:50:36 +0000
commitd173d97c9ba27ac009f756a727a23a3359c5c5fc (patch)
tree183c4c805518beb2a07a5e0e6590659561dc5604
parent24536dd030796dc57ca5148b031062da3e0b793e (diff)
downloadglib-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
-rw-r--r--gio/gioenums.h2
-rw-r--r--gio/giotypes.h2
2 files changed, 2 insertions, 2 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,
diff --git a/gio/giotypes.h b/gio/giotypes.h
index 7667b58f7..9efc54ec9 100644
--- a/gio/giotypes.h
+++ b/gio/giotypes.h
@@ -518,7 +518,7 @@ typedef struct _GTestDBus GTestDBus;
*
* A child process.
*
- * Since: 2.36
+ * Since: 2.40
*/
typedef struct _GSubprocess GSubprocess;
/**