summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollbar.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-06-10 10:55:28 +0100
committerJavier Jardón <jjardon@gnome.org>2011-06-10 10:56:35 +0100
commit0ec4fa558fb3e5ab5726e59964984f934be53dd6 (patch)
treefbec8fc9cd2e98b33245d8c46fb3e2bd5f3131ef /gtk/gtkscrollbar.c
parent151bcc6dfad970285f97e44eece97f2d725efe5a (diff)
downloadgtk+-0ec4fa558fb3e5ab5726e59964984f934be53dd6.tar.gz
docs: Improve crossreferences
Use #GtkOrientable:orientation instead "orientation"
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r--gtk/gtkscrollbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 4cce474cfd..fd79b99eb0 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -39,7 +39,7 @@
* @See_also: #GtkAdjustment, #GtkScrolledWindow
*
* The #GtkScrollbar widget is a horizontal or vertical scrollbar,
- * depending on the value of the "orientation" property.
+ * depending on the value of the #GtkOrientable:orientation property.
*
* The position of the thumb in a scrollbar is controlled by the scroll
* adjustments. See #GtkAdjustment for the fields in an adjustment - for