diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-06-10 10:55:28 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-06-10 10:56:35 +0100 |
commit | 0ec4fa558fb3e5ab5726e59964984f934be53dd6 (patch) | |
tree | fbec8fc9cd2e98b33245d8c46fb3e2bd5f3131ef /gtk/gtkscrollbar.c | |
parent | 151bcc6dfad970285f97e44eece97f2d725efe5a (diff) | |
download | gtk+-0ec4fa558fb3e5ab5726e59964984f934be53dd6.tar.gz |
docs: Improve crossreferences
Use #GtkOrientable:orientation instead "orientation"
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r-- | gtk/gtkscrollbar.c | 2 |
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 |