[gtk+] GtkScale: Remove links from doc section title



commit a98127fc12a093dfbe1246ed920360df7f9fd36e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 24 21:52:58 2010 -0400

    GtkScale: Remove links from doc section title

 gtk/gtkscale.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index 263d914..82a0964 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -45,15 +45,15 @@
 
 /**
  * SECTION:gtkscale
- * @Short_description: Base class for #GtkHScale and #GtkVScale
+ * @Short_description: Base class for GtkHScale and GtkVScale
  * @Title: GtkScale
  *
- * A #GtkScale is a slider control used to select a numeric value.
+ * A GtkScale is a slider control used to select a numeric value.
  * To use it, you'll probably want to investigate the methods on
- * its base class, #GtkRange, in addition to the methods for #GtkScale itself.
+ * its base class, #GtkRange, in addition to the methods for GtkScale itself.
  * To set the value of a scale, you would normally use gtk_range_set_value().
  * To detect changes to the value, you would normally use the
- * #GtkRange::value_changed signal.
+ * #GtkRange::value-changed signal.
  *
  * <refsect2 id="GtkScale-BUILDER-UI"><title>GtkScale as GtkBuildable</title>
  * GtkScale supports a custom &lt;marks&gt; element, which



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]