[vte] terminal: Remove some incorrect doc comments



commit 44c6c0610e9305efd04c00ac06de30e5a47b4852
Author: Christian Persch <chpe src gnome org>
Date:   Thu Nov 21 20:01:30 2019 +0100

    terminal: Remove some incorrect doc comments

 src/vte.cc    | 4 +---
 src/vtegtk.cc | 7 ++-----
 2 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 25988e42..d43bc314 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -4071,9 +4071,7 @@ out:
  * Terminal::feed:
  * @data: data
  *
- * Interprets @data as if it were data received from a child process.  This
- * can either be used to drive the terminal without a child process, or just
- * to mess with your users.
+ * Interprets @data as if it were data received from a child process.
  */
 void
 Terminal::feed(std::string_view const& data,
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 9d5871a2..ce2a7966 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -952,8 +952,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
          * @size: the length of that string of text
          *
          * Emitted whenever the terminal receives input from the user and
-         * prepares to send it to the child process.  The signal is emitted even
-         * when there is no child process.
+         * prepares to send it to the child process.
          */
         signals[SIGNAL_COMMIT] =
                 g_signal_new(I_("commit"),
@@ -2966,9 +2965,7 @@ vte_terminal_spawn_async(VteTerminal *terminal,
  * @data: (array length=length) (element-type guint8) (allow-none): a string in the terminal's current 
encoding
  * @length: the length of the string, or -1 to use the full length or a nul-terminated string
  *
- * Interprets @data as if it were data received from a child process.  This
- * can either be used to drive the terminal without a child process, or just
- * to mess with your users.
+ * Interprets @data as if it were data received from a child process.
  */
 void
 vte_terminal_feed(VteTerminal *terminal,


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