From a98127fc12a093dfbe1246ed920360df7f9fd36e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Sep 2010 21:52:58 -0400 Subject: [PATCH] GtkScale: Remove links from doc section title --- gtk/gtkscale.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 263d9145bf..82a0964af2 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. * * GtkScale as GtkBuildable * GtkScale supports a custom <marks> element, which