diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-10-17 03:24:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-10-17 03:24:28 +0000 |
commit | bf7db03224b1f2f789c1f2c607c59111307f0fb7 (patch) | |
tree | 3fe951086466392a7e6b70c1decea373b65e6c5a /gtk/gtkvolumebutton.c | |
parent | 9bfea332aa1011b05f231fbd2380af498b4749f6 (diff) | |
download | gtk+-bf7db03224b1f2f789c1f2c607c59111307f0fb7.tar.gz |
Update the doc
svn path=/trunk/; revision=18920
Diffstat (limited to 'gtk/gtkvolumebutton.c')
-rw-r--r-- | gtk/gtkvolumebutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c index a77f71b2c1..68523eb704 100644 --- a/gtk/gtkvolumebutton.c +++ b/gtk/gtkvolumebutton.c @@ -102,8 +102,8 @@ gtk_volume_button_init (GtkVolumeButton *button) /** * gtk_volume_button_new * - * Creates a #GtkVolumeButton, with a range between 0 and 100, with - * a stepping of 2. Volume values can be obtained and modified using + * Creates a #GtkVolumeButton, with a range between 0.0 and 1.0, with + * a stepping of 0.02. Volume values can be obtained and modified using * the functions from #GtkScaleButton. * * Return value: a new #GtkVolumeButton |