summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.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/gtkseparator.c
parent151bcc6dfad970285f97e44eece97f2d725efe5a (diff)
downloadgtk+-0ec4fa558fb3e5ab5726e59964984f934be53dd6.tar.gz
docs: Improve crossreferences
Use #GtkOrientable:orientation instead "orientation"
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r--gtk/gtkseparator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index 4c723f1fd9..e285a40e74 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -37,7 +37,7 @@
* @Title: GtkSeparator
*
* GtkSeparator is a horizontal or vertical separator widget, depending on the
- * value of the "orientation" property, used to group the widgets within a
+ * value of the #GtkOrientable:orientation property, used to group the widgets within a
* window. It displays a line with a shadow to make it appear sunken into the
* interface.
*/