Bug 23483 - There is incompleteness in the documentation, XkbGetNamedGeometry()
Summary: There is incompleteness in the documentation, XkbGetNamedGeometry()
Status: CLOSED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/Input/XKB (show other bugs)
Version: 7.4 (2008.09)
Hardware: Other All
: medium normal
Assignee: Daniel Stone
QA Contact: Xorg Project Team
URL: http://linuxtesting.org/results/repor...
Whiteboard:
Keywords: janitor
Depends on:
Blocks:
 
Reported: 2009-08-24 05:12 UTC by Eduard Bagrov
Modified: 2009-09-04 00:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Eduard Bagrov 2009-08-24 05:12:28 UTC
Standard says, the function XkbGetNamedGeometry can return BadName, but besides it the function can also return BadImplementation and BadAccess.
Comment 1 Peter Hutterer 2009-09-02 21:35:22 UTC
BadImplementation is a generic error that can be returned by any function. If you encounter such an error, it's usually best to file the bug against the server with a test case on how to reproduce.

BadAccess is similar, being a generic error if the client calls an XKB function without being initialized.
Comment 2 Eduard Bagrov 2009-09-04 00:38:01 UTC
Why I've posted it as a bug, because there are a lot functions in the same XKBlib.pdf document, where
the information about BadImplementation and BadAccess errors is presented.
For example XkbGetIndicatorMap(), XkbChangeIndicators(), XkbGetControls() and others.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.