[vinagre] Added a skip annotation



commit b24242745c6f56d0d56d83c614200d86c3291180
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Sep 17 16:40:26 2010 -0300

    Added a skip annotation

 vinagre/pty_open.c |    2 +-
 vinagre/pty_open.h |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/vinagre/pty_open.c b/vinagre/pty_open.c
index aa24d44..a535809 100644
--- a/vinagre/pty_open.c
+++ b/vinagre/pty_open.c
@@ -749,7 +749,7 @@ _pty_open_unix98(pid_t *child, guint flags, char **env_add,
 }
 
 /**
- * pty_open:
+ * pty_open: (skip)
  * @child: location to store the new process's ID
  * @env_add: a list of environment variables to add to the child's environment
  * @command: name of the binary to run
diff --git a/vinagre/pty_open.h b/vinagre/pty_open.h
index c9bc086..2e482e1 100644
--- a/vinagre/pty_open.h
+++ b/vinagre/pty_open.h
@@ -50,7 +50,9 @@ enum {
 	PTY_LOGIN_TTY = 2
 };
 
-/* Start up the given binary (exact path, not interpreted at all) in a
+/**
+ * pty_open: (skip)
+ * Start up the given binary (exact path, not interpreted at all) in a
  * pseudo-terminal of its own, returning the descriptor for the master
  * side of the PTY pair, logging the session to the specified files, and
  * storing the child's PID in the given argument. */
@@ -58,7 +60,6 @@ int pty_open(pid_t *child, guint flags, char **env_add,
 	     const char *command, char **argv, const char *directory,
 	     int columns, int rows,
 	     int *stdin_fd, int *stdout_fd, int *stderr_fd);
-int pty_get_size(int master, int *columns, int *rows);
 
 G_END_DECLS
 



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