summaryrefslogtreecommitdiff
path: root/gir/gio-2.0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r--gir/gio-2.0.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index f0978775..c6cf754e 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -20297,8 +20297,9 @@
* This call does no blocking I/O.
*
* Returns: string with the relative path from @descendant
- * to @parent. The returned string should be freed with
- * g_free() when no longer needed.
+ * to @parent, or %NULL if @descendant doesn't have @parent
+ * as prefix. The returned string should be freed with g_free()
+ * when no longer needed.
*/
@@ -34048,7 +34049,7 @@
* 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
*/
@@ -34063,7 +34064,7 @@
* 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
*/
@@ -34078,7 +34079,7 @@
* 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
*/