[libvtemm/newexample] pty -> ptymaster and doc small doc fix.



commit 28d7e740d3eb69174a785f67f03f0f91e454c269
Author: Krzesimir Nowak <krnowak svn gnome org>
Date:   Fri May 22 14:22:14 2009 +0200

    pty -> ptymaster and doc small doc fix.
    
    * src/libvtemm/pty.cc: Renamed to ptymaster.cc.
    * src/libvtemm/pty.h: Corrected an order of parameters in docs of
    open method. Renamed to ptymaster.h.
---
 src/libvtemm/{pty.cc => ptymaster.cc} |    2 +-
 src/libvtemm/{pty.h => ptymaster.h}   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libvtemm/pty.cc b/src/libvtemm/ptymaster.cc
similarity index 99%
rename from src/libvtemm/pty.cc
rename to src/libvtemm/ptymaster.cc
index 3f0d6bc..a81e5ae 100644
--- a/src/libvtemm/pty.cc
+++ b/src/libvtemm/ptymaster.cc
@@ -22,7 +22,7 @@
 #include <vte/pty.h>
 
 #include "internalroutines.h"
-#include "pty.h"
+#include "ptymaster.h"
 
 namespace Gnome
 {
diff --git a/src/libvtemm/pty.h b/src/libvtemm/ptymaster.h
similarity index 100%
rename from src/libvtemm/pty.h
rename to src/libvtemm/ptymaster.h
index 8b0f969..cebff77 100644
--- a/src/libvtemm/pty.h
+++ b/src/libvtemm/ptymaster.h
@@ -53,9 +53,9 @@ public:
   /** Start up the given binary (exact path, not interpreted at all) in a
    * pseudo-terminal of its own, returning the child's PID and logging the
    * session to the specified files.
-   * @param env_add Empty string terminated list of environment variables to be added before executing a command. See Gnome::Vte::Terminal::fork_command() for description about format of this parameter.
    * @param command Command to be executed (not interpreted at all). If empty, fork will be executed.
    * @param argv Empty string terminated list of arguments given to executed binary (argv[0] should be a binary name). See Gnome::Vte::Terminal::fork_command() for description about format of this parameter.
+   * @param env_add Empty string terminated list of environment variables to be added before executing a command. See Gnome::Vte::Terminal::fork_command() for description about format of this parameter.
    * @param directory Path where command have to be executed. If empty, path will be inherited from parent.
    * @param columns Number of columns of pty. If set to 0, compiled-in defaults will be used.
    * @param rows Number of rows of pty. If set to 0, compiled-in defaults will be used.



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