mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
gsubprocess: Add missing transfer annotations to get_*_pipe()
This commit is contained in:
parent
829464a3c7
commit
cd86c0243c
@ -749,7 +749,7 @@ g_subprocess_get_identifier (GSubprocess *subprocess)
|
||||
* The process must have been created with
|
||||
* %G_SUBPROCESS_FLAGS_STDIN_PIPE.
|
||||
*
|
||||
* Returns: the stdout pipe
|
||||
* Returns: (transfer none): the stdout pipe
|
||||
*
|
||||
* Since: 2.40
|
||||
**/
|
||||
@ -772,7 +772,7 @@ g_subprocess_get_stdin_pipe (GSubprocess *subprocess)
|
||||
* The process must have been created with
|
||||
* %G_SUBPROCESS_FLAGS_STDOUT_PIPE.
|
||||
*
|
||||
* Returns: the stdout pipe
|
||||
* Returns: (transfer none): the stdout pipe
|
||||
*
|
||||
* Since: 2.40
|
||||
**/
|
||||
@ -795,7 +795,7 @@ g_subprocess_get_stdout_pipe (GSubprocess *subprocess)
|
||||
* The process must have been created with
|
||||
* %G_SUBPROCESS_FLAGS_STDERR_PIPE.
|
||||
*
|
||||
* Returns: the stderr pipe
|
||||
* Returns: (transfer none): the stderr pipe
|
||||
*
|
||||
* Since: 2.40
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user