Update the doc

svn path=/trunk/; revision=18920
This commit is contained in:
Matthias Clasen
2007-10-17 03:24:28 +00:00
parent 9bfea332aa
commit bf7db03224
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
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

View File

@@ -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