summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-12-11 13:50:25 +0000
committerChristian Persch <chpe@src.gnome.org>2008-12-11 13:50:25 +0000
commit8756ffe9b4f054b6a9622537a02cfd1d614fe176 (patch)
tree76f73f1520886645b78fb5eae74796126524f695
parent207f0ebfce521535f55f0f7bdc16912fbbec3f85 (diff)
downloadvte-8756ffe9b4f054b6a9622537a02cfd1d614fe176.tar.gz
Update set-scroll-adjustement docs.
* src/vte.c: (vte_terminal_class_init): Update set-scroll-adjustement docs. svn path=/trunk/; revision=2337
-rw-r--r--ChangeLog5
-rw-r--r--src/vte.c11
2 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 78fb5544..2bf89c78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-11 Christian Persch <chpe@gnome.org>
+
+ * src/vte.c: (vte_terminal_class_init): Update set-scroll-adjustement
+ docs.
+
2008-12-10 Paolo Borelli <pborelli@katamail.com>
Bug 562695 - ship pkg-config file for python bindings
diff --git a/src/vte.c b/src/vte.c
index 42751edf..fc0d579b 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -11293,13 +11293,12 @@ vte_terminal_class_init(VteTerminalClass *klass)
/**
* 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
+ * @horizontal: the horizontal #GtkAdjustment (unused in #VteTerminal)
+ * @vertical: the vertical #GtkAdjustment
*
- * 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.
+ * 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
*/