gsubprocess: Fix ‘Since’ lines in documentation to read 2.40
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 10 Feb 2014 08:49:52 +0000 (08:49 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 10 Feb 2014 08:50:36 +0000 (08:50 +0000)
GSubprocess was introduced in GLib 2.40, not 2.36.

https://bugzilla.gnome.org/show_bug.cgi?id=724001

gio/gioenums.h
gio/giotypes.h

index d83ea76..03f3de9 100644 (file)
@@ -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,
index 7667b58..9efc54e 100644 (file)
@@ -518,7 +518,7 @@ typedef struct _GTestDBus GTestDBus;
  *
  * A child process.
  *
- * Since: 2.36
+ * Since: 2.40
  */
 typedef struct _GSubprocess                   GSubprocess;
 /**