[gtk+] docs: Improve crossreferences
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: Improve crossreferences
- Date: Fri, 10 Jun 2011 09:56:46 +0000 (UTC)
commit 0ec4fa558fb3e5ab5726e59964984f934be53dd6
Author: Javier Jardón <jjardon gnome org>
Date: Fri Jun 10 10:55:28 2011 +0100
docs: Improve crossreferences
Use #GtkOrientable:orientation instead "orientation"
gtk/gtkscrollbar.c | 2 +-
gtk/gtkseparator.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 4cce474..fd79b99 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
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index 4c723f1..e285a40 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.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]