[at-spi2-core] Improving atspi-value.c documentation
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Improving atspi-value.c documentation
- Date: Wed, 24 Aug 2011 17:10:52 +0000 (UTC)
commit 1a6784b8c923af1a4ae7b34533255f3b9d8a3c6a
Author: Aline Bessa <alibezz gmail com>
Date: Wed Jul 27 01:43:29 2011 -0300
Improving atspi-value.c documentation
atspi/atspi-value.c | 12 ++++++------
1 files 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]