Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

at-spi-doc-1.20.0-5 RPM for i586

From OpenSuSE 10.3 for i586

Name: at-spi-doc Distribution: openSUSE 10.3 (i586)
Version: 1.20.0 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release: 5 Build date: Sat Sep 22 06:10:59 2007
Group: Development/Libraries/GNOME Build host: dale.suse.de
Size: 2134066 Source RPM: at-spi-1.20.0-5.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.gnome.org/
Summary: Additional Package Documentation.
This package contains optional documentation provided in addition to
this package's base documentation.



Authors:
--------
    Bill Haneman <bill.haneman@sun.com>
    Marc Mulcahy <marc.mulchay@sun.com>
    Michael Meeks <micheal@ximian.com>
    Mark McLoughlin <mark@skynet.ie>

Provides

Requires

Copyright

GPL v2 or later, LGPL v2 or later

Signatures

internal MD5: b769361cd3c7dfe6fabe92862c1a8a75
GPG

Changelog

* Mon Sep 17 2007 - sbrabec@suse.cz
  - Updated to version 1.20.0:
    * bug fixes
* Thu Aug 30 2007 - maw@suse.de
  - Remove unnecessary autoreconf call.
* Mon Aug 06 2007 - maw@suse.de
  - Split out a -lang subpackage
  - s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
* Tue Jul 31 2007 - maw@suse.de
  - Update to version 1.19.5
  - bugzilla.gnome.org bugs fixed: #446277, #450897, and #433802
  - Use %fdupes.
* Thu Jul 05 2007 - maw@suse.de
  - Update to version 1.19.3
  - New python binding: pyatspi
  - So buildrequire python
  - Fixes for bugzilla.gnome.org #430938, #427836, #428007, #405774,
    [#407600], #329454, #439057, and #439436/
* Wed Apr 11 2007 - maw@suse.de
  - Update to version 1.18.1, which has a fix for bugzilla.gnome.org
    [#329454].
* Wed Mar 21 2007 - jhargadon@suse.de
  - moved *.idl files to the devel package (#254444)
* Wed Mar 21 2007 - maw@suse.de
  - Update to version 1.18.0
  - Bug fixes, including bugzilla.gnome.org 404584, 375319, 401299,
    412286, 329454.
* Fri Feb 16 2007 - maw@suse.de
  - Update to version 1.17.0
  - Remove at-spi-implicit-definition.patch
* Wed Jan 03 2007 - sbrabec@suse.cz
  - Spec file cleanup.
* Wed Dec 13 2006 - maw@suse.de
  - Move to /usr.
* Mon Oct 02 2006 - jhargadon@suse.de
  - update to version 1.7.12
  - Modified parameter names in some IDL to avoid class name collisions
  - Bugfixes: #353226, #356688 (Neo Liu), #350552 (Ginn Chen), #350958
* Wed Aug 30 2006 - jhargadon@suse.de
  - update to version 1.7.11
  - Docs fixes
  - Fixed getAttributes APIs
  - Export Hyperlink interface for AtkHyperlinkImpl peers
  - Aggregate Document interface
* Mon Jul 31 2006 - gekker@suse.de
  - Update to version 1.7.10
    * New method Selection::deselectChild.  RFE #326535.
* Fri Jul 21 2006 - gekker@suse.de
  - Update to version 1.7.9
  - Remove upstreamed patch
    * I18n uses po/LINGUAS now.
    * Table enhancement: new method Table::getRowColumnExtentsAtIndex
    RFE #326536.  Assistance from Ariel Rios.
    * Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet
    RFE #326540.  Assistance from Ariel Rios.
    * New interface, Document.  RFE #326520.
    * New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM.
    * Meaningful implementation and bridges for StreamableContent.
    RFE #326532.
    * Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR,
    and PARENT_WINDOW_OF.
    * Fixed dist to include Accessibility_Selector.idl (missing from dist though
    in cvs since 1.7.3).
    * Bugfixes to EventDetails event support, and fixed event emission for
    implementors of SPI_REMOTE_OBJECT.
    * Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0
    through 1.7.2, added in 1.7.3)
    * DOCS:
    All the IDL is now documented with doxygen-compatible docs.
    Just run 'doxygen oxyfile' in the IDL directory.  (This will
    be automated in a future version).
    * NEW API:
    idl:
    Accessibility::Accessible:getAttributes (name/value pair annotation
    for all objects)
    Accessibility::Accessible:getApplication (retrieves ref to host app)
    Accessibility::Component:getAlpha (get transparency/opacity value of comonent)
    Accessibility::Image:getLocale (get POSIX locale for image and
    imagedesc)
    Accessibility::Text:getAttributeValue (retrieve a single named
    attribute value)
    Accessibility::Relation:RELATION_PARENT_WINDOW_OF
    Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION,
    ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles
    for complex docs and forms.)
    Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED,
    STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION,
    STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms)
    Accessibility::EventDetails (new, more detailed info marshalled with events)
    cspi:
    (AccessibleEvent_getSourceName):
    (AccessibleEvent_getSourceRole):
    (AccessibleEvent_getSourceApplication):
    (AccessibleEvent_getSourceDetails):
    New methods for interrogating/demarshalling event details i.e. source's
    accessible name, role, and host app.
    (Accessible_getAttributes): New, retrieve annotations/attributes
    on objects.
    (Accessible_getHostApplication): New, retrieve enclosing Application
    instance for an object.
    (AccessibleImage_getImageLocale): New, retrieve Locale info for an
    image.
    (AccessibleComponent_getAlpha): New, retrieve alpha value for
    an AccessibleComponent (see discussion in idl section above).
    * BUGFIXES:
    Some compiler fixes from Kjartan Marass.
    Some thread-related fixes from Michael Meeks.
    Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman).
* Tue Mar 14 2006 - gekker@suse.de
  - fix a threading deadlock in event emission (#157561)
* Wed Jan 25 2006 - mls@suse.de
  - converted neededforbuild to BuildRequires
* Mon Sep 05 2005 - gekker@suse.de
  - Update to version 1.6.6
* Mon Sep 05 2005 - gekker@suse.de
  - Update to version 1.6.5 (GNOME 2.12)
  - Add docbook-xml-packages to nfb
* Tue Jun 07 2005 - gekker@suse.de
  - Update to version 1.6.4.
* Wed Jun 01 2005 - sbrabec@suse.cz
  - Fixed devel requirements.
* Tue Mar 08 2005 - gekker@suse.de
  - Update to version 1.6.3 (GNOME 2.10)
* Fri Feb 04 2005 - meissner@suse.de
  - fixed sentinel warning.
* Thu Dec 16 2004 - ro@suse.de
  - fix compiler warning
* Wed Dec 15 2004 - gekker@suse.de
  - Update version to 1.6.2.
* Fri Nov 19 2004 - ro@suse.de
  - removed extra aclocal include directive
* Tue Oct 12 2004 - sbrabec@suse.cz
  - Removed openssl from build requirements.
* Tue Oct 12 2004 - sbrabec@suse.cz
  - Fixed libexecdir for bi-arch (#47050).
* Tue May 04 2004 - sbrabec@suse.cz
  - Moved *.pc to at-spi-devel.
* Wed Apr 21 2004 - sbrabec@suse.cz
  - Updated to version 1.4.2 (GNOME 2.6).
* Thu Feb 19 2004 - sbrabec@suse.cz
  - Updated to version 1.3.12.
* Mon Feb 09 2004 - hhetter@suse.de
  - updated to version 1.3.8 [GNOME2.4.2]
* Sat Jan 10 2004 - adrian@suse.de
  - add %run_ldconfig and %defattr
* Thu Oct 09 2003 - sbrabec@suse.cz
  - Updated to version 1.3.7 (GNOME 2.4).
* Fri Aug 15 2003 - sbrabec@suse.cz
  - Updated to version 1.2.1.
* Tue Jul 15 2003 - sbrabec@suse.cz
  - Prefix really changed to /opt/gnome.
* Tue Jul 15 2003 - sbrabec@suse.cz
  - GNOME prefix change to /opt/gnome.
* Mon Jul 14 2003 - hhetter@suse.de
  - %_lib fixes
* Tue Jun 24 2003 - sbrabec@suse.cz
  - Fixed neededforbuild.
  - Branched at-spi-devel and at-spi-doc.
  - Prefix clash fixes - gtk-doc, orbit2 modules and gtk modules.
  - Standard docs moved from yelp directory.
* Tue May 27 2003 - ro@suse.de
  - add bonobo-server to filelist
  - remove unpackaged/moved files from buildroot
* Wed Feb 26 2003 - sbrabec@suse.cz
  - FHS fix.
* Fri Feb 07 2003 - hhetter@suse.de
  - updated to version 1.1.8 [GNOME 2.2.0]
* Mon Nov 11 2002 - ro@suse.de
  - changed neededforbuild <xf86 xdevel> to <x-devel-packages>
* Fri Sep 27 2002 - ro@suse.de
  - Added alsa alsa-devel to neededforbuild (esound)
* Thu Jun 06 2002 - ro@suse.de
  - build on lib64 platforms
* Wed Jun 05 2002 - hhetter@suse.de
  - initial SuSE Release

Files

/usr/share/doc/packages/at-spi/reference
/usr/share/doc/packages/at-spi/reference/html
/usr/share/doc/packages/at-spi/reference/html/Accessibility_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Accessible_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Accessible_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Action_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Action_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Application_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Application_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Collection_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Collection_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Component_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Component_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Desktop_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Desktop_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Document_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Document_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__EditableText_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__EditableText_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Event_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Event_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Hyperlink_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Hyperlink_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Hypertext_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Hypertext_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Image_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Image_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__LoginHelper_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__LoginHelper_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Registry_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Registry_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Relation_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Relation_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Role_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Role_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Selection_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Selection_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Selector_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Selector_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__State_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__State_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__StreamableContent_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__StreamableContent_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Table_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Table_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Text_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Text_8idl.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Value_8idl-source.html
/usr/share/doc/packages/at-spi/reference/html/Accessibility__Value_8idl.html
/usr/share/doc/packages/at-spi/reference/html/annotated.html
/usr/share/doc/packages/at-spi/reference/html/dir_d9ecf4153bf52f2941809e24991d229c.html
/usr/share/doc/packages/at-spi/reference/html/dirs.html
/usr/share/doc/packages/at-spi/reference/html/doxygen.css
/usr/share/doc/packages/at-spi/reference/html/doxygen.png
/usr/share/doc/packages/at-spi/reference/html/exceptionAccessibility_1_1ContentStream_1_1IOError.html
/usr/share/doc/packages/at-spi/reference/html/exceptionAccessibility_1_1ContentStream_1_1NoPermission.html
/usr/share/doc/packages/at-spi/reference/html/exceptionAccessibility_1_1ContentStream_1_1NotSupported.html
/usr/share/doc/packages/at-spi/reference/html/files.html
/usr/share/doc/packages/at-spi/reference/html/functions.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x63.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x64.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x65.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x66.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x67.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x68.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x69.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x6b.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x6c.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x6d.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x6e.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x70.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x72.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x73.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x74.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x75.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x76.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x77.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x78.html
/usr/share/doc/packages/at-spi/reference/html/functions_0x79.html
/usr/share/doc/packages/at-spi/reference/html/functions_enum.html
/usr/share/doc/packages/at-spi/reference/html/functions_eval.html
/usr/share/doc/packages/at-spi/reference/html/functions_func.html
/usr/share/doc/packages/at-spi/reference/html/functions_type.html
/usr/share/doc/packages/at-spi/reference/html/functions_vars.html
/usr/share/doc/packages/at-spi/reference/html/globals.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x62.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x63.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x64.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x65.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x6b.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x6c.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x6d.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x72.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x73.html
/usr/share/doc/packages/at-spi/reference/html/globals_0x74.html
/usr/share/doc/packages/at-spi/reference/html/globals_enum.html
/usr/share/doc/packages/at-spi/reference/html/globals_eval.html
/usr/share/doc/packages/at-spi/reference/html/globals_type.html
/usr/share/doc/packages/at-spi/reference/html/hierarchy.html
/usr/share/doc/packages/at-spi/reference/html/index.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Accessible.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Accessible.png
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Action.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Application.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Application.png
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Collection.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1CommandListener.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Component.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1ContentStream.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Desktop.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Desktop.png
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1DeviceEventController.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1DeviceEventListener.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Document.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1EditableText.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1EditableText.png
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1EventListener.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1EventListener.png
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Hyperlink.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Hypertext.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Image.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1LoginHelper.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1MatchRule.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Registry.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Registry.png
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Relation.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Selection.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Selector.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1StateSet.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1StreamableContent.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Table.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Text.html
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Text.png
/usr/share/doc/packages/at-spi/reference/html/interfaceAccessibility_1_1Value.html
/usr/share/doc/packages/at-spi/reference/html/namespaceAccessibility.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x62.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x63.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x64.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x65.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x6b.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x6c.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x6d.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x72.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x73.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_0x74.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_enum.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_eval.html
/usr/share/doc/packages/at-spi/reference/html/namespacemembers_type.html
/usr/share/doc/packages/at-spi/reference/html/namespaces.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1AccessibleSetEntry.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1BoundingBox.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1Command.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1DeviceEvent.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1Event.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1EventDetails.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1EventListenerMode.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1KeyDefinition.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1LoginHelper_1_1WindowInfo.html
/usr/share/doc/packages/at-spi/reference/html/structAccessibility_1_1Text_1_1Range.html
/usr/share/doc/packages/at-spi/reference/html/tabs.css
/usr/share/gtk-doc/html/at-spi-cspi
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Accessible-Objects.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleAction-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleApplication-API.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleComponent-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleDocument-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleEditableText-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleHyperlink-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleHypertext-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleImage-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleRelations-and-RelationSets.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleSelection-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleStreamableContent-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleTable-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleText-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleValue-Interface.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Event-Listener-Support.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Registry-queries.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-SPI-main-loop-and-initialization.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi-State-and-StateSets.html
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi.devhelp
/usr/share/gtk-doc/html/at-spi-cspi/at-spi-cspi.devhelp2
/usr/share/gtk-doc/html/at-spi-cspi/ch05.html
/usr/share/gtk-doc/html/at-spi-cspi/home.png
/usr/share/gtk-doc/html/at-spi-cspi/index.html
/usr/share/gtk-doc/html/at-spi-cspi/index.sgml
/usr/share/gtk-doc/html/at-spi-cspi/left.png
/usr/share/gtk-doc/html/at-spi-cspi/right.png
/usr/share/gtk-doc/html/at-spi-cspi/spi-accessible.html
/usr/share/gtk-doc/html/at-spi-cspi/spi-application.html
/usr/share/gtk-doc/html/at-spi-cspi/spi-component.html
/usr/share/gtk-doc/html/at-spi-cspi/spi-main.html
/usr/share/gtk-doc/html/at-spi-cspi/style.css
/usr/share/gtk-doc/html/at-spi-cspi/up.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jan 8 04:53:56 2009