[at-spi] Bug #594754. Correct the documentation about AccessibleApplication_getVersion
- From: Li Yuan <liyuan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [at-spi] Bug #594754. Correct the documentation about AccessibleApplication_getVersion
- Date: Fri, 11 Sep 2009 07:22:02 +0000 (UTC)
commit c9a4e119ec8ff44d66fc62e2ff422a72381a4fac
Author: Li Yuan <li yuan sun com>
Date: Fri Sep 11 15:16:28 2009 +0800
Bug #594754. Correct the documentation about AccessibleApplication_getVersion
cspi/spi_application.c | 6 +++---
idl/Accessibility_Application.idl | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/cspi/spi_application.c b/cspi/spi_application.c
index 4be9422..a74f660 100644
--- a/cspi/spi_application.c
+++ b/cspi/spi_application.c
@@ -83,11 +83,11 @@ AccessibleApplication_getToolkitName (AccessibleApplication *obj)
* AccessibleApplication_getVersion:
* @obj: a pointer to the #AccessibleApplication being queried.
*
- * Get the version of the at-spi bridge exported by an
+ * Get the version of the UI toolkit used by an
* #AccessibleApplication instance.
*
- * Returns: a UTF-8 string indicating the application's
- * at-spi version.
+ * Returns: a UTF-8 string indicating the version of the UI toolkit
+ * which is used by an application.
**/
char *
AccessibleApplication_getVersion (AccessibleApplication *obj)
diff --git a/idl/Accessibility_Application.idl b/idl/Accessibility_Application.idl
index f65961f..b21b965 100644
--- a/idl/Accessibility_Application.idl
+++ b/idl/Accessibility_Application.idl
@@ -49,8 +49,8 @@ module Accessibility {
readonly attribute string toolkitName;
/**
- * A string indicating the version number of the application's
- * accessibility bridge implementation.
+ * A string indicating the version number of user interface toolkit
+ * which is used by the application.
**/
readonly attribute string version;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]