[libgsystem] GSSubprocess: Fix annotations



commit c0d3e9641af40124e0b4a2b217c08de48bd2e5c5
Author: Colin Walters <walters verbum org>
Date:   Tue Dec 11 12:08:03 2012 -0500

    GSSubprocess: Fix annotations
    
    They should have been (none), not (full).

 gsystem-subprocess-context.c |    6 ++++++
 gsystem-subprocess.c         |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/gsystem-subprocess-context.c b/gsystem-subprocess-context.c
index 99ec74a..6d894b3 100644
--- a/gsystem-subprocess-context.c
+++ b/gsystem-subprocess-context.c
@@ -59,6 +59,12 @@ enum
 
 static GParamSpec *gs_subprocess_context_pspecs[N_PROPS];
 
+/**
+ * gs_subprocess_context_new:
+ * @argv: Argument list
+ *
+ * Returns: (transfer full): A new instance of a #GSSubprocessContext.
+ */
 GSSubprocessContext *
 gs_subprocess_context_new (gchar           **argv)
 {
diff --git a/gsystem-subprocess.c b/gsystem-subprocess.c
index 4302cab..694761c 100644
--- a/gsystem-subprocess.c
+++ b/gsystem-subprocess.c
@@ -505,7 +505,7 @@ gs_subprocess_get_pid (GSSubprocess     *self)
 /**
  * gs_subprocess_get_stdin_pipe:
  *
- * Returns: (transfer full): Pipe
+ * Returns: (transfer none): Pipe
  */
 GOutputStream *
 gs_subprocess_get_stdin_pipe (GSSubprocess       *self)
@@ -519,7 +519,7 @@ gs_subprocess_get_stdin_pipe (GSSubprocess       *self)
 /**
  * gs_subprocess_get_stdout_pipe:
  *
- * Returns: (transfer full): Pipe
+ * Returns: (transfer none): Pipe
  */
 GInputStream *
 gs_subprocess_get_stdout_pipe (GSSubprocess      *self)
@@ -533,7 +533,7 @@ gs_subprocess_get_stdout_pipe (GSSubprocess      *self)
 /**
  * gs_subprocess_get_stderr_pipe:
  *
- * Returns: (transfer full): Pipe
+ * Returns: (transfer none): Pipe
  */
 GInputStream *
 gs_subprocess_get_stderr_pipe (GSSubprocess      *self)



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