From 1a6784b8c923af1a4ae7b34533255f3b9d8a3c6a Mon Sep 17 00:00:00 2001 From: Aline Bessa Date: Wed, 27 Jul 2011 01:43:29 -0300 Subject: [PATCH] Improving atspi-value.c documentation --- atspi/atspi-value.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/atspi/atspi-value.c b/atspi/atspi-value.c index 32966d2..fbd9573 100644 --- a/atspi/atspi-value.c +++ b/atspi/atspi-value.c @@ -28,7 +28,7 @@ * atspi_value_get_minimum_value: * @obj: a pointer to the #AtspiValue implementor on which to operate. * - * Get the minimum allowed value for an #AtspiValue. + * Gets the minimum allowed value for an #AtspiValue. * * Returns: the minimum allowed value for this object. * @@ -48,7 +48,7 @@ atspi_value_get_minimum_value (AtspiValue *obj, GError **error) * atspi_value_get_current_value: * @obj: a pointer to the #AtspiValue implementor on which to operate. * - * Get the current value for an #AtspiValue. + * Gets the current value for an #AtspiValue. * * Returns: the current value for this object. **/ @@ -68,7 +68,7 @@ atspi_value_get_current_value (AtspiValue *obj, GError **error) * atspi_value_get_maximum_value: * @obj: a pointer to the #AtspiValue implementor on which to operate. * - * Get the maximum allowed value for an #AtspiValue. + * Gets the maximum allowed value for an #AtspiValue. * * Returns: the maximum allowed value for this object. **/ @@ -87,9 +87,9 @@ atspi_value_get_maximum_value (AtspiValue *obj, GError **error) /** * atspi_value_set_current_value: * @obj: a pointer to the #AtspiValue implementor on which to operate. - * @new_value: a #float value which is the desired new value of the object. + * @new_value: a #gdouble value which is the desired new value of the object. * - * Set the current value of an #AtspiValue. + * Sets the current value of an #AtspiValue. * * Returns: #TRUE if the value could be assigned the specified value, * #FALSE otherwise. @@ -126,7 +126,7 @@ atspi_value_set_current_value (AtspiValue *obj, gdouble new_value, GError **erro * atspi_value_get_minimum_increment: * @obj: a pointer to the #AtspiValue implementor on which to operate. * - * Get the minimum increment by which an #AtspiValue can be adjusted. + * Gets the minimum increment by which an #AtspiValue can be adjusted. * * Returns: the minimum increment by which the value may be changed, or * zero if the minimum increment cannot be determined. -- 2.7.4