After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561408 - Incorrect constant name (CSPI_COORD_TYPE_WINDOW, CSPI_COORD_TYPE_SCREEN).
Incorrect constant name (CSPI_COORD_TYPE_WINDOW, CSPI_COORD_TYPE_SCREEN).
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: docs
1.22.x
Other All
: Normal minor
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-11-18 18:16 UTC by Samuel B. Quiring
Modified: 2008-11-19 08:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
patch (2.47 KB, patch)
2008-11-19 07:49 UTC, yue.wang
committed Details | Review

Description Samuel B. Quiring 2008-11-18 18:16:22 UTC
Documentation 
Section: AccessibleComponentInterface (http://library.gnome.org/devel/at-spi-cspi/unstable/at-spi-cspi-AccessibleComponent-Interface.html)
ctype : the desired coordinate system of the point (x, y) (e.g. CSPI_COORD_TYPE_WINDOW, CSPI_COORD_TYPE_SCREEN).



Correct version:
SPI_COORD_TYPE_WINDOW, SPI_COORD_TYPE_SCREEN

Other information:
I think these constants are mentioned in other at-spi doc pages.
Comment 1 yue.wang 2008-11-19 07:49:37 UTC
Created attachment 123013 [details] [review]
patch