[vte] Fix annotations of fork_command_full.



commit fc7eb565f48d3ddc311bb0296177860b58eb311e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Dec 30 21:15:01 2010 +0100

    Fix annotations of fork_command_full.
    
    Some annotations were removed in the previous commit, it was wrong
    and it must be readded.

 src/vte.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 9f17ebd..74d6700 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -3620,11 +3620,11 @@ vte_terminal_fork_command(VteTerminal *terminal,
  * @pty_flags: flags from #VtePtyFlags
  * @working_directory: (allow-none): the name of a directory the command should start
  *   in, or %NULL to use the current working directory
- * @argv: child's argument vector
- * @envv: (allow-none): a list of environment
+ * @argv: (array zero-terminated=1) (element-type filename): child's argument vector
+ * @envv: (allow-none) (array zero-terminated=1) (element-type filename): a list of environment
  *   variables to be added to the environment before starting the process, or %NULL
  * @spawn_flags: flags from #GSpawnFlags
- * @child_setup: (allow-none) (scope async): function to run in the child just before exec(), or %NULL
+ * @child_setup: (allow-none) (scope call): function to run in the child just before exec(), or %NULL
  * @child_setup_data: user data for @child_setup
  * @child_pid: (out) (allow-none) (transfer full): a location to store the child PID, or %NULL
  * @error: (allow-none): return location for a #GError, or %NULL



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