at-spi r1125 - in trunk: . cspi



Author: liyuan
Date: Wed Nov 19 08:17:05 2008
New Revision: 1125
URL: http://svn.gnome.org/viewvc/at-spi?rev=1125&view=rev

Log:
2008-11-19  Yue Wang <yue wang sun com>

        * cspi/spi_component.c: AccessibleComponent_contains ():
        AccessibleComponent_getAccessibleAtPoint ():
        AccessibleComponent_getExtents ():
        AccessibleComponent_getPosition ():
        Bug #561408. Fix parameter type examples in description.


Modified:
   trunk/ChangeLog
   trunk/cspi/spi_component.c

Modified: trunk/cspi/spi_component.c
==============================================================================
--- trunk/cspi/spi_component.c	(original)
+++ trunk/cspi/spi_component.c	Wed Nov 19 08:17:05 2008
@@ -59,7 +59,7 @@
  * @x: a #long specifying the x coordinate in question.
  * @y: a #long specifying the y coordinate in question.
  * @ctype: the desired coordinate system of the point (@x, @y)
- *         (e.g. CSPI_COORD_TYPE_WINDOW, CSPI_COORD_TYPE_SCREEN).
+ *         (e.g. SPI_COORD_TYPE_WINDOW, SPI_COORD_TYPE_SCREEN).
  *
  * Query whether a given #AccessibleComponent contains a particular point.
  *
@@ -92,7 +92,7 @@
  * @x: a #long specifying the x coordinate of the point in question.
  * @y: a #long specifying the y coordinate of the point in question.
  * @ctype: the coordinate system of the point (@x, @y)
- *         (e.g. CSPI_COORD_TYPE_WINDOW, CSPI_COORD_TYPE_SCREEN).
+ *         (e.g. SPI_COORD_TYPE_WINDOW, SPI_COORD_TYPE_SCREEN).
  *
  * Get the accessible child at a given coordinate within an #AccessibleComponent.
  *
@@ -125,7 +125,7 @@
  * @width: a pointer to a #long into which the x extents (width) will be returned.
  * @height: a pointer to a #long into which the y extents (height) will be returned.
  * @ctype: the desired coordinate system into which to return the results,
- *         (e.g. CSPI_COORD_TYPE_WINDOW, CSPI_COORD_TYPE_SCREEN).
+ *         (e.g. SPI_COORD_TYPE_WINDOW, SPI_COORD_TYPE_SCREEN).
  *
  * Get the bounding box of the specified #AccessibleComponent.
  *
@@ -164,7 +164,7 @@
  * @x: a pointer to a #long into which the minimum x coordinate will be returned.
  * @y: a pointer to a #long into which the minimum y coordinate will be returned.
  * @ctype: the desired coordinate system into which to return the results,
- *         (e.g. CSPI_COORD_TYPE_WINDOW, CSPI_COORD_TYPE_SCREEN).
+ *         (e.g. SPI_COORD_TYPE_WINDOW, SPI_COORD_TYPE_SCREEN).
  *
  * Get the minimum x and y coordinates of the specified #AccessibleComponent.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]