mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
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
This commit is contained in:
parent
24536dd030
commit
d173d97c9b
@ -1744,7 +1744,7 @@ typedef enum /*< flags >*/ {
|
|||||||
* example, you may not request both %G_SUBPROCESS_FLAGS_STDOUT_PIPE and
|
* example, you may not request both %G_SUBPROCESS_FLAGS_STDOUT_PIPE and
|
||||||
* %G_SUBPROCESS_FLAGS_STDOUT_SILENCE.
|
* %G_SUBPROCESS_FLAGS_STDOUT_SILENCE.
|
||||||
*
|
*
|
||||||
* Since: 2.36
|
* Since: 2.40
|
||||||
**/
|
**/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
G_SUBPROCESS_FLAGS_NONE = 0,
|
G_SUBPROCESS_FLAGS_NONE = 0,
|
||||||
|
@ -518,7 +518,7 @@ typedef struct _GTestDBus GTestDBus;
|
|||||||
*
|
*
|
||||||
* A child process.
|
* A child process.
|
||||||
*
|
*
|
||||||
* Since: 2.36
|
* Since: 2.40
|
||||||
*/
|
*/
|
||||||
typedef struct _GSubprocess GSubprocess;
|
typedef struct _GSubprocess GSubprocess;
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user