Update the doc
svn path=/trunk/; revision=18920
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user