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 | |
parent | 9bfea332aa1011b05f231fbd2380af498b4749f6 (diff) | |
download | gtk+-bf7db03224b1f2f789c1f2c607c59111307f0fb7.tar.gz |
Update the doc
svn path=/trunk/; revision=18920
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gtk/gtkvolumebutton.c | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2007-10-16 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkvolumebutton.c (gtk_volume_button_new): Update + the docs. (#477280, Christian Persch) + +2007-10-16 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkentrycompletion.c: Update the docs for the ::text-column property. (#352643, Josselin Mouette) 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 |