vte r2337 - in trunk: . src



Author: chpe
Date: Thu Dec 11 13:50:25 2008
New Revision: 2337
URL: http://svn.gnome.org/viewvc/vte?rev=2337&view=rev

Log:
	* src/vte.c: (vte_terminal_class_init): Update set-scroll-adjustement
	docs.

Modified:
   trunk/ChangeLog
   trunk/src/vte.c

Modified: trunk/src/vte.c
==============================================================================
--- trunk/src/vte.c	(original)
+++ trunk/src/vte.c	Thu Dec 11 13:50:25 2008
@@ -11293,13 +11293,12 @@
 
         /**
          * VteTerminal::set-scroll-adjustments:
-         * @terminal: the terminal which received the signal
-         * @hadjustment: the #GtkAdjustment used for horizontal scrolling (unused in #VteTerminal)
-         * @vadjustment: the #GtkAdjustment used for vertical scrolling
-         *
-         * This signal is an implementation detail; it is emitted when @terminal
-         * is added to a #GtkScrolledWindow. If @hadjustment or @vadjustment are %NULL,
-         * a new #GtkAdjustment is created internally.
+         * @horizontal: the horizontal #GtkAdjustment (unused in #VteTerminal)
+         * @vertical: the vertical #GtkAdjustment
+         *
+         * Set the scroll adjustments for the text view. Usually scrolled containers
+         * like #GtkScrolledWindow will emit this signal to connect two instances
+         * of #GtkScrollbar to the scroll directions of the #VteTerminal.
          *
          * Since: 0.17.1
          */



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