[glib] gsubprocess: Fix ‘Since’ lines in documentation to read 2.40



commit d173d97c9ba27ac009f756a727a23a3359c5c5fc
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Feb 10 08:49:52 2014 +0000

    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

 gio/gioenums.h |    2 +-
 gio/giotypes.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index d83ea76..03f3de9 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 7667b58..9efc54e 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;
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]