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

at-spi2-core-devel-2.52.0-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: at-spi2-core-devel Distribution: openSUSE Tumbleweed
Version: 2.52.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Mar 17 10:22:49 2024
Group: Development/Libraries/GNOME Build host: reproducible
Size: 11395690 Source RPM: at-spi2-core-2.52.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.gnome.org/
Summary: Development files for the Assistive Technology Service Provider Interface
This package contains all necessary include files and libraries needed
to develop applications that require these.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Sun Mar 17 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.52.0:
    + tests: Fix missing declaration for getpid().
* Sun Mar 10 2024 Michael Gorse <mgorse@suse.com>
  - Remove unused dependencies on libei and libxkbcommon-x11.
* Mon Mar 04 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.51.91:
    + Back out code to generate mouse events on mutter. It had a
      couple of unwanted side effects. Also remove dependencies on
      libei and xkbcommon.
    + atk-adaptor: Fix collection role matching.
    + Have atspi_text_get_string_at_offset fall back to calling
      GetTextAtOffset if GetStringAtOffset is unimplemented.
    + Don't use g_assert in the unit tests.
* Mon Feb 12 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.51.90:
    + Add an attribute-changed signal in atk, and update libatspi
      attribute cache.
    + Add GetTextSelection and SetTextSelection to Document
      interface.
    + Add atspi_device_generate_mouse_event, and implement for
      mutter.
    + Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails.
    + xml: Add Embedded to the Socket interface.
    + Don't return uninitialized values if
      atspi_component_get_size/position fail.
  - Add pkgconfig(libei-1.0) BuildRequires: new dependency.
* Tue Jan 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.51.0:
    + atk-adaptor: Fix critical when no table cell array is returned.
    + accessible: Do not rename deprecated methods to the new names.
    + Add HelpText property and corresponding functions in atk and
      libatspi.
* Sun Jan 14 2024 Yifan Jiang <yfjiang@suse.com>
  - Provide and obsolete more packages from old atk and at-spi2-atk:
    atk-devel, at-spi2-atk-devel and at-spi2-atk-common.
* Mon Sep 18 2023 Luciano Santos <luc14n0@opensuse.org>
  - Adjust %fdupes parameter value to %{buildroot}%{_datadir}, one of
    the parent directories of the former parameter, to symlink other
    duplicate files under the datadir.
* Fri Sep 15 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.50.0:
    + Fix at-spi2-atk test when running under a non-English locale.
* Mon Sep 04 2023 Luciano Santos <luc14n0@opensuse.org>
  - Update to version 2.49.91:
    + collection: Avoid locking up if an object has a very large
      child count.
    + Fix possible NULL pointer dereference when deregistering an
      event listener.
    + Various fixes for the new key grabbing API.
    + Don't wait for a reply when registering or deregistering
      keystroke listeners.
* Mon Sep 04 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.49.90:
    + Fix a test failure/timeout.
    + Add atspi_get_version() to return the runtime version of the
      library.
    + Collection: fix match testing for attributes.
    + Fix a NULL pointer dereference when deregistering an event
      listener that doesn't include a detail.
    + Fix the documentation for interfaces in collection match rules.
    + Add an AtspiLive enum to specify the politeness level for live
      regions, and document that this should be used for Announcement
      signals. Also add a notification signal in atk to replace the
      announcement signal that lacks the politeness information.
    + Add an asynchronous version of atspi_generate_mouse_event.
* Mon Sep 04 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.48.4:
    + Add atspi_get_version() to return the runtime version of the
      AT-SPI library.
    + collection:
    - Fix match testing for attributes.
    - Avoid locking up if an object has a very large child count.
    + Fix possible NULL pointer dereference when deregistering an
      event listener.
    + Various fixes for the new key grabbing API.
* Thu Aug 03 2023 Yifan Jiang <yfjiang@suse.com>
  - Support build environments like SLE 15 SP5 and Leap 15.5 which
    had %{_distconfdir) not defined yet.
* Tue Jul 18 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.49.1:
    + TableCell.xml: Add Get{Column,Row}HeaderCells methods.
    + atspi_accessible_get_localized_role_name: Use internal names
      when possible.
    + Add a non-recursive function to clear a single object's cache.
    + Code clean-ups.
* Sun May 28 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.48.3:
    + Fix the build when dbus-broker is not set to be used by
      default.
    + Fix a couple of use after frees when finalizing devices.
    + atk-adaptor: Fix handling of sockets in impl_GetChildren.
* Thu May 11 2023 Michael Gorse <mgorse@suse.com>
  - Update to version 2.48.2:
    + Fixed a regression in 2.48.1 where the bus launcher would fail
      if dbus-broker was configured at build time but not installed
      on the system.
* Thu May 11 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.48.1:
    + Fixes for atk-only builds under Windows.
    + meson: Avoid requiring libsystemd when configured to use
      dbus-daemon.
    + Fix crash when a bad index is passed to
      atspi_accessible_get_child_at_index.
    + Fix possible infinite recursion in
      atspi_accessible_clear_cache.
* Thu May 04 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add or dbus-broker to existing dbus-1 Requires: we already pass
    dbus_broker=/usr/bin/dbus-broker-launch and
    default_bus=dbus-broker to meson during build.
* Sun Mar 19 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.48.0:
    + Add a "atk-only" build option. This allows atk to be built
      without libdbus installed, but it does not build libatspi or
      the atk bridge.
    + Fix some typos in the documentation.
* Mon Mar 06 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.47.90:
    + Downgrade meson requirement to 0.63.
    + at-spi-dbus-bus service: set stop timeout to 5s.
    + Fix possible crash in screen_reader_signal_watcher.
* Thu Feb 23 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.47.1:
    + The meson options -Dx11 and -Dintrospection are now implemented
      with meson features.
    + Use gi-docgen to generate documentation.
    + Register key grabs using the focused window, rather than the
      root window. This should prevent the window from losing focus
      when a key grab is used.
    + atk-adaptor: Handle sockets in GetChildren.
    + Improve documentation of the dbus interfaces.
    + Various code clean-ups. Some unused code has been removed.
  - Change -Dx11=yes and -Dintrospection=yes to -Dx11=enabled and
    - Dintrospection=enabled, following upstreams changes to use meson
    features.
  - Add pkgconfig(gi-docgen) and python3-Sphinx BuildRequires: new
    dependencies to build the documentation.
  - Drop gtk-doc BuildRequires: no longer needed.
* Fri Oct 28 2022 Frederic Crozat <fcrozat@suse.com>
  - Ensure xprop is required when xwayland is installed.
* Sat Sep 17 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.46.0:
    + Fix GetInterfaces documentation on org.a11y.atspi.Accessible
      interface.
* Fri Sep 16 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Add libatk-1_0-0 and libatk-bridge-2_0-0 to baselibs.conf, build
    32bit support.
* Sat Aug 27 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.45.91:
    + Send device event controller events using the same signature as
      other events.
    + Document the Accessible, Action, and Cache dbus interfaces.
    + Fix license of atspi-gmain.c.
  - Add fdupes BuildRequires and macro, remove duplicate files.
  - Provide and Obsolete atk from libatk sub-package.
* Wed Aug 10 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.45.90:
    + xml:
    - Add some documentation.
    - Fix event arguments.
    - Add some missing DeviceEventController methods.
    + Bind the AT-SPI bus to the graphical session.
    + Mark bus service as belonging to the session slice.
    + Add ATSPI_ROLE_PUSH_BUTTON_MENU.
    + Add an "announcement" event/signal to allow objects to send
      notifications.
    + Various code clean-ups and test improvements.
  - Add pkgconfig(libxml-2.0) BuildRequires: New dependency.
  - Add new sub-packages from the now included atk and at-spi2-atk
    packages: libatk-1_0-0, libatk-bridge-2_0-0 and
    typelib-1_0-Atk-1_0.
  - Provide/Obsolete at-spi2-atk-gtk2 by the main package.
* Thu Apr 21 2022 Michael Gorse <mgorse@suse.com>
  - Update to version 2.44.1:
    + Fix use after free when removing a hung process.
    + Fix the build with X11 disabled.
    + Fix crash when NULL is passed to some listener-related functions.
    + impl_deregister_keystroke_listener: fix memory leak on
      iteration error.
* Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.44.0:
    + Unlink the socket before binding when using dbus-broker. Fixes
      regression introduced in 2.43.92 where restarting the bus
      launcher would fail.
* Sat Mar 05 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.43.92:
    + The AT-SPI bus now uses the user's XDG_RUNTIME_DIR for its
      socket. Fixes accessibility for Snap-confined applications.
    + Caps lock is now unlocked for key synthesis. Fixes cutting and
      pasting from brltty when caps lock is on.
    + Several fixes to the dbus specification.
    + Fix the build when x11 is disabled.
    + Fix several compiler warnings.
  - Use ldconfig_scriptlets macro for post(un) handling.
  - Move autostart .desktop and xwayland-session config to
    distconfdir.
* Wed Dec 08 2021 Michael Gorse <mgorse@suse.com>
  - Configure to use dbus-broker when available.
  - Add libsystemd to BuildRequires: needed for dbus-broker support.
* Sun Sep 19 2021 Michael Gorse <mgorse@suse.com>
  - Update to version 2.42.0:
    + Set X root property when Xwayland starts on demand.
    + Several dbus introspection fixes.
* Fri Jul 09 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 2.40.3
    + Bugfix: Use abstract sockets if libdbus is older than 1.12.0
* Sun Jun 06 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.40.2:
    + README: Remove outdated links.
    + Key grab fixes for the new API.
    + registryd: Add a missing call to va_end.
* Sun May 02 2021 Michael Gorse <mgorse@suse.com>
  - Update to version 2.40.1:
    + Fix double free when removing event listeners.
    + Fix numlock detection.
* Sat Mar 20 2021 Michael Gorse <mgorse@suse.com>
  - Update to version 2.40.0:
    + No changes.
* Thu Mar 18 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.39.91:
    + Fix a couple of memory leaks.
    + Remove const from AtspiDeviceListenerCB prototype.
* Tue Feb 23 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.39.90.1:
    + Fix a crash introduced in 2.39.90, along with a few warnings.
* Wed Feb 17 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.39.90:
    + Fix build with X11 disabled.
    + Various fixes for the new device API used for key monitoring
      and grabbing.
    + Fixed several memory leaks.
* Sun Jan 17 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.39.1:
    + Don't use gdbus-broker if not running under systemd.
    + Unref bus at the end of cleanup.
    + Fix XML interfaces.
    + Use unix sockets instead of abstract sockets.
    + Added a device API to replace the old API for capturing key
      grabs. This is needed for toolkits that do not report
      keystrokes to atk, such as gtk 4.

Files

/usr/include/at-spi-2.0
/usr/include/at-spi-2.0/atspi
/usr/include/at-spi-2.0/atspi/atspi-accessible.h
/usr/include/at-spi-2.0/atspi/atspi-action.h
/usr/include/at-spi-2.0/atspi/atspi-application.h
/usr/include/at-spi-2.0/atspi/atspi-collection.h
/usr/include/at-spi-2.0/atspi/atspi-component.h
/usr/include/at-spi-2.0/atspi/atspi-constants.h
/usr/include/at-spi-2.0/atspi/atspi-device-legacy.h
/usr/include/at-spi-2.0/atspi/atspi-device-listener.h
/usr/include/at-spi-2.0/atspi/atspi-device-x11.h
/usr/include/at-spi-2.0/atspi/atspi-device.h
/usr/include/at-spi-2.0/atspi/atspi-document.h
/usr/include/at-spi-2.0/atspi/atspi-editabletext.h
/usr/include/at-spi-2.0/atspi/atspi-enum-types.h
/usr/include/at-spi-2.0/atspi/atspi-event-listener.h
/usr/include/at-spi-2.0/atspi/atspi-gmain.h
/usr/include/at-spi-2.0/atspi/atspi-hyperlink.h
/usr/include/at-spi-2.0/atspi/atspi-hypertext.h
/usr/include/at-spi-2.0/atspi/atspi-image.h
/usr/include/at-spi-2.0/atspi/atspi-matchrule.h
/usr/include/at-spi-2.0/atspi/atspi-misc.h
/usr/include/at-spi-2.0/atspi/atspi-object.h
/usr/include/at-spi-2.0/atspi/atspi-registry.h
/usr/include/at-spi-2.0/atspi/atspi-relation.h
/usr/include/at-spi-2.0/atspi/atspi-selection.h
/usr/include/at-spi-2.0/atspi/atspi-stateset.h
/usr/include/at-spi-2.0/atspi/atspi-table-cell.h
/usr/include/at-spi-2.0/atspi/atspi-table.h
/usr/include/at-spi-2.0/atspi/atspi-text.h
/usr/include/at-spi-2.0/atspi/atspi-types.h
/usr/include/at-spi-2.0/atspi/atspi-value.h
/usr/include/at-spi-2.0/atspi/atspi-version.h
/usr/include/at-spi-2.0/atspi/atspi.h
/usr/include/at-spi2-atk
/usr/include/at-spi2-atk/2.0
/usr/include/at-spi2-atk/2.0/atk-bridge.h
/usr/include/atk-1.0
/usr/include/atk-1.0/atk
/usr/include/atk-1.0/atk/atk-autocleanups.h
/usr/include/atk-1.0/atk/atk-enum-types.h
/usr/include/atk-1.0/atk/atk.h
/usr/include/atk-1.0/atk/atkaction.h
/usr/include/atk-1.0/atk/atkcomponent.h
/usr/include/atk-1.0/atk/atkdocument.h
/usr/include/atk-1.0/atk/atkeditabletext.h
/usr/include/atk-1.0/atk/atkgobjectaccessible.h
/usr/include/atk-1.0/atk/atkhyperlink.h
/usr/include/atk-1.0/atk/atkhyperlinkimpl.h
/usr/include/atk-1.0/atk/atkhypertext.h
/usr/include/atk-1.0/atk/atkimage.h
/usr/include/atk-1.0/atk/atkmisc.h
/usr/include/atk-1.0/atk/atknoopobject.h
/usr/include/atk-1.0/atk/atknoopobjectfactory.h
/usr/include/atk-1.0/atk/atkobject.h
/usr/include/atk-1.0/atk/atkobjectfactory.h
/usr/include/atk-1.0/atk/atkplug.h
/usr/include/atk-1.0/atk/atkrange.h
/usr/include/atk-1.0/atk/atkregistry.h
/usr/include/atk-1.0/atk/atkrelation.h
/usr/include/atk-1.0/atk/atkrelationset.h
/usr/include/atk-1.0/atk/atkrelationtype.h
/usr/include/atk-1.0/atk/atkselection.h
/usr/include/atk-1.0/atk/atksocket.h
/usr/include/atk-1.0/atk/atkstate.h
/usr/include/atk-1.0/atk/atkstateset.h
/usr/include/atk-1.0/atk/atkstreamablecontent.h
/usr/include/atk-1.0/atk/atktable.h
/usr/include/atk-1.0/atk/atktablecell.h
/usr/include/atk-1.0/atk/atktext.h
/usr/include/atk-1.0/atk/atkutil.h
/usr/include/atk-1.0/atk/atkvalue.h
/usr/include/atk-1.0/atk/atkversion.h
/usr/include/atk-1.0/atk/atkwindow.h
/usr/lib/libatk-1.0.so
/usr/lib/libatk-bridge-2.0.so
/usr/lib/libatspi.so
/usr/lib/pkgconfig/atk-bridge-2.0.pc
/usr/lib/pkgconfig/atk.pc
/usr/lib/pkgconfig/atspi-2.pc
/usr/share/doc/atk
/usr/share/doc/atk/RedHatDisplay-Black.woff
/usr/share/doc/atk/RedHatDisplay-Black.woff2
/usr/share/doc/atk/RedHatDisplay-BlackItalic.woff
/usr/share/doc/atk/RedHatDisplay-BlackItalic.woff2
/usr/share/doc/atk/RedHatDisplay-Bold.woff
/usr/share/doc/atk/RedHatDisplay-Bold.woff2
/usr/share/doc/atk/RedHatDisplay-BoldItalic.woff
/usr/share/doc/atk/RedHatDisplay-BoldItalic.woff2
/usr/share/doc/atk/RedHatDisplay-Italic.woff
/usr/share/doc/atk/RedHatDisplay-Italic.woff2
/usr/share/doc/atk/RedHatDisplay-Medium.woff
/usr/share/doc/atk/RedHatDisplay-Medium.woff2
/usr/share/doc/atk/RedHatDisplay-MediumItalic.woff
/usr/share/doc/atk/RedHatDisplay-MediumItalic.woff2
/usr/share/doc/atk/RedHatDisplay-Regular.woff
/usr/share/doc/atk/RedHatDisplay-Regular.woff2
/usr/share/doc/atk/RedHatText-Bold.woff
/usr/share/doc/atk/RedHatText-Bold.woff2
/usr/share/doc/atk/RedHatText-BoldItalic.woff
/usr/share/doc/atk/RedHatText-BoldItalic.woff2
/usr/share/doc/atk/RedHatText-Italic.woff
/usr/share/doc/atk/RedHatText-Italic.woff2
/usr/share/doc/atk/RedHatText-Medium.woff
/usr/share/doc/atk/RedHatText-Medium.woff2
/usr/share/doc/atk/RedHatText-MediumItalic.woff
/usr/share/doc/atk/RedHatText-MediumItalic.woff2
/usr/share/doc/atk/RedHatText-Regular.woff
/usr/share/doc/atk/RedHatText-Regular.woff2
/usr/share/doc/atk/SourceCodePro-It.ttf.woff
/usr/share/doc/atk/SourceCodePro-Regular.ttf.woff
/usr/share/doc/atk/SourceCodePro-Semibold.ttf.woff
/usr/share/doc/atk/alias.AttributeSet.html
/usr/share/doc/atk/alias.State.html
/usr/share/doc/atk/atk.devhelp2
/usr/share/doc/atk/callback.EventListener.html
/usr/share/doc/atk/callback.EventListenerInit.html
/usr/share/doc/atk/callback.FocusHandler.html
/usr/share/doc/atk/callback.Function.html
/usr/share/doc/atk/callback.KeySnoopFunc.html
/usr/share/doc/atk/callback.PropertyChangeHandler.html
/usr/share/doc/atk/class.GObjectAccessible.html
/usr/share/doc/atk/class.Hyperlink.html
/usr/share/doc/atk/class.Misc.html
/usr/share/doc/atk/class.NoOpObject.html
/usr/share/doc/atk/class.NoOpObjectFactory.html
/usr/share/doc/atk/class.Object.html
/usr/share/doc/atk/class.ObjectFactory.html
/usr/share/doc/atk/class.Plug.html
/usr/share/doc/atk/class.Registry.html
/usr/share/doc/atk/class.Relation.html
/usr/share/doc/atk/class.RelationSet.html
/usr/share/doc/atk/class.Socket.html
/usr/share/doc/atk/class.StateSet.html
/usr/share/doc/atk/class.Util.html
/usr/share/doc/atk/classes_hierarchy.html
/usr/share/doc/atk/const.BINARY_AGE.html
/usr/share/doc/atk/const.INTERFACE_AGE.html
/usr/share/doc/atk/const.MAJOR_VERSION.html
/usr/share/doc/atk/const.MICRO_VERSION.html
/usr/share/doc/atk/const.MINOR_VERSION.html
/usr/share/doc/atk/const.VERSION_MIN_REQUIRED.html
/usr/share/doc/atk/ctor.NoOpObject.new.html
/usr/share/doc/atk/ctor.NoOpObjectFactory.new.html
/usr/share/doc/atk/ctor.Plug.new.html
/usr/share/doc/atk/ctor.Range.new.html
/usr/share/doc/atk/ctor.Relation.new.html
/usr/share/doc/atk/ctor.RelationSet.new.html
/usr/share/doc/atk/ctor.Socket.new.html
/usr/share/doc/atk/ctor.StateSet.new.html
/usr/share/doc/atk/enum.CoordType.html
/usr/share/doc/atk/enum.KeyEventType.html
/usr/share/doc/atk/enum.Layer.html
/usr/share/doc/atk/enum.Live.html
/usr/share/doc/atk/enum.RelationType.html
/usr/share/doc/atk/enum.Role.html
/usr/share/doc/atk/enum.ScrollType.html
/usr/share/doc/atk/enum.StateType.html
/usr/share/doc/atk/enum.TextAttribute.html
/usr/share/doc/atk/enum.TextBoundary.html
/usr/share/doc/atk/enum.TextClipType.html
/usr/share/doc/atk/enum.TextGranularity.html
/usr/share/doc/atk/enum.ValueType.html
/usr/share/doc/atk/flags.HyperlinkStateFlags.html
/usr/share/doc/atk/fonts.css
/usr/share/doc/atk/func.CHECK_VERSION.html
/usr/share/doc/atk/func.DEFINE_ABSTRACT_TYPE.html
/usr/share/doc/atk/func.DEFINE_ABSTRACT_TYPE_WITH_CODE.html
/usr/share/doc/atk/func.DEFINE_TYPE.html
/usr/share/doc/atk/func.DEFINE_TYPE_EXTENDED.html
/usr/share/doc/atk/func.DEFINE_TYPE_WITH_CODE.html
/usr/share/doc/atk/func.DEPRECATED_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_10_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_12_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_14_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_2_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_30_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_36_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_4_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_6_FOR.html
/usr/share/doc/atk/func.DEPRECATED_IN_2_8_FOR.html
/usr/share/doc/atk/func.GOBJECT_ACCESSIBLE.html
/usr/share/doc/atk/func.GOBJECT_ACCESSIBLE_CLASS.html
/usr/share/doc/atk/func.NO_OP_OBJECT.html
/usr/share/doc/atk/func.NO_OP_OBJECT_CLASS.html
/usr/share/doc/atk/func.NO_OP_OBJECT_FACTORY.html
/usr/share/doc/atk/func.NO_OP_OBJECT_FACTORY_CLASS.html
/usr/share/doc/atk/func.UNAVAILABLE.html
/usr/share/doc/atk/func.add_focus_tracker.html
/usr/share/doc/atk/func.add_global_event_listener.html
/usr/share/doc/atk/func.add_key_event_listener.html
/usr/share/doc/atk/func.focus_tracker_init.html
/usr/share/doc/atk/func.focus_tracker_notify.html
/usr/share/doc/atk/func.get_binary_age.html
/usr/share/doc/atk/func.get_default_registry.html
/usr/share/doc/atk/func.get_focus_object.html
/usr/share/doc/atk/func.get_interface_age.html
/usr/share/doc/atk/func.get_major_version.html
/usr/share/doc/atk/func.get_micro_version.html
/usr/share/doc/atk/func.get_minor_version.html
/usr/share/doc/atk/func.get_root.html
/usr/share/doc/atk/func.get_toolkit_name.html
/usr/share/doc/atk/func.get_toolkit_version.html
/usr/share/doc/atk/func.get_version.html
/usr/share/doc/atk/func.remove_focus_tracker.html
/usr/share/doc/atk/func.remove_global_event_listener.html
/usr/share/doc/atk/func.remove_key_event_listener.html
/usr/share/doc/atk/fzy.js
/usr/share/doc/atk/go-up-symbolic.png
/usr/share/doc/atk/iface.Action.html
/usr/share/doc/atk/iface.Component.html
/usr/share/doc/atk/iface.Document.html
/usr/share/doc/atk/iface.EditableText.html
/usr/share/doc/atk/iface.HyperlinkImpl.html
/usr/share/doc/atk/iface.Hypertext.html
/usr/share/doc/atk/iface.Image.html
/usr/share/doc/atk/iface.ImplementorIface.html
/usr/share/doc/atk/iface.Selection.html
/usr/share/doc/atk/iface.StreamableContent.html
/usr/share/doc/atk/iface.Table.html
/usr/share/doc/atk/iface.TableCell.html
/usr/share/doc/atk/iface.Text.html
/usr/share/doc/atk/iface.Value.html
/usr/share/doc/atk/iface.Window.html
/usr/share/doc/atk/index.html
/usr/share/doc/atk/index.json
/usr/share/doc/atk/logo.png
/usr/share/doc/atk/main.js
/usr/share/doc/atk/method.Action.do_action.html
/usr/share/doc/atk/method.Action.get_description.html
/usr/share/doc/atk/method.Action.get_keybinding.html
/usr/share/doc/atk/method.Action.get_localized_name.html
/usr/share/doc/atk/method.Action.get_n_actions.html
/usr/share/doc/atk/method.Action.get_name.html
/usr/share/doc/atk/method.Action.set_description.html
/usr/share/doc/atk/method.Component.add_focus_handler.html
/usr/share/doc/atk/method.Component.contains.html
/usr/share/doc/atk/method.Component.get_alpha.html
/usr/share/doc/atk/method.Component.get_extents.html
/usr/share/doc/atk/method.Component.get_layer.html
/usr/share/doc/atk/method.Component.get_mdi_zorder.html
/usr/share/doc/atk/method.Component.get_position.html
/usr/share/doc/atk/method.Component.get_size.html
/usr/share/doc/atk/method.Component.grab_focus.html
/usr/share/doc/atk/method.Component.ref_accessible_at_point.html
/usr/share/doc/atk/method.Component.remove_focus_handler.html
/usr/share/doc/atk/method.Component.scroll_to.html
/usr/share/doc/atk/method.Component.scroll_to_point.html
/usr/share/doc/atk/method.Component.set_extents.html
/usr/share/doc/atk/method.Component.set_position.html
/usr/share/doc/atk/method.Component.set_size.html
/usr/share/doc/atk/method.Document.get_attribute_value.html
/usr/share/doc/atk/method.Document.get_attributes.html
/usr/share/doc/atk/method.Document.get_current_page_number.html
/usr/share/doc/atk/method.Document.get_document.html
/usr/share/doc/atk/method.Document.get_document_type.html
/usr/share/doc/atk/method.Document.get_locale.html
/usr/share/doc/atk/method.Document.get_page_count.html
/usr/share/doc/atk/method.Document.get_text_selections.html
/usr/share/doc/atk/method.Document.set_attribute_value.html
/usr/share/doc/atk/method.Document.set_text_selections.html
/usr/share/doc/atk/method.EditableText.copy_text.html
/usr/share/doc/atk/method.EditableText.cut_text.html
/usr/share/doc/atk/method.EditableText.delete_text.html
/usr/share/doc/atk/method.EditableText.insert_text.html
/usr/share/doc/atk/method.EditableText.paste_text.html
/usr/share/doc/atk/method.EditableText.set_run_attributes.html
/usr/share/doc/atk/method.EditableText.set_text_contents.html
/usr/share/doc/atk/method.GObjectAccessible.get_object.html
/usr/share/doc/atk/method.Hyperlink.get_end_index.html
/usr/share/doc/atk/method.Hyperlink.get_n_anchors.html
/usr/share/doc/atk/method.Hyperlink.get_object.html
/usr/share/doc/atk/method.Hyperlink.get_start_index.html
/usr/share/doc/atk/method.Hyperlink.get_uri.html
/usr/share/doc/atk/method.Hyperlink.is_inline.html
/usr/share/doc/atk/method.Hyperlink.is_selected_link.html
/usr/share/doc/atk/method.Hyperlink.is_valid.html
/usr/share/doc/atk/method.HyperlinkImpl.get_hyperlink.html
/usr/share/doc/atk/method.Hypertext.get_link.html
/usr/share/doc/atk/method.Hypertext.get_link_index.html
/usr/share/doc/atk/method.Hypertext.get_n_links.html
/usr/share/doc/atk/method.Image.get_image_description.html
/usr/share/doc/atk/method.Image.get_image_locale.html
/usr/share/doc/atk/method.Image.get_image_position.html
/usr/share/doc/atk/method.Image.get_image_size.html
/usr/share/doc/atk/method.Image.set_image_description.html
/usr/share/doc/atk/method.Implementor.ref_accessible.html
/usr/share/doc/atk/method.Misc.threads_enter.html
/usr/share/doc/atk/method.Misc.threads_leave.html
/usr/share/doc/atk/method.Object.add_relationship.html
/usr/share/doc/atk/method.Object.connect_property_change_handler.html
/usr/share/doc/atk/method.Object.get_accessible_id.html
/usr/share/doc/atk/method.Object.get_attributes.html
/usr/share/doc/atk/method.Object.get_description.html
/usr/share/doc/atk/method.Object.get_help_text.html
/usr/share/doc/atk/method.Object.get_index_in_parent.html
/usr/share/doc/atk/method.Object.get_layer.html
/usr/share/doc/atk/method.Object.get_mdi_zorder.html
/usr/share/doc/atk/method.Object.get_n_accessible_children.html
/usr/share/doc/atk/method.Object.get_name.html
/usr/share/doc/atk/method.Object.get_object_locale.html
/usr/share/doc/atk/method.Object.get_parent.html
/usr/share/doc/atk/method.Object.get_role.html
/usr/share/doc/atk/method.Object.initialize.html
/usr/share/doc/atk/method.Object.notify_state_change.html
/usr/share/doc/atk/method.Object.peek_parent.html
/usr/share/doc/atk/method.Object.ref_accessible_child.html
/usr/share/doc/atk/method.Object.ref_relation_set.html
/usr/share/doc/atk/method.Object.ref_state_set.html
/usr/share/doc/atk/method.Object.remove_property_change_handler.html
/usr/share/doc/atk/method.Object.remove_relationship.html
/usr/share/doc/atk/method.Object.set_accessible_id.html
/usr/share/doc/atk/method.Object.set_description.html
/usr/share/doc/atk/method.Object.set_help_text.html
/usr/share/doc/atk/method.Object.set_name.html
/usr/share/doc/atk/method.Object.set_parent.html
/usr/share/doc/atk/method.Object.set_role.html
/usr/share/doc/atk/method.ObjectFactory.create_accessible.html
/usr/share/doc/atk/method.ObjectFactory.get_accessible_type.html
/usr/share/doc/atk/method.ObjectFactory.invalidate.html
/usr/share/doc/atk/method.Plug.get_id.html
/usr/share/doc/atk/method.Plug.set_child.html
/usr/share/doc/atk/method.Range.copy.html
/usr/share/doc/atk/method.Range.free.html
/usr/share/doc/atk/method.Range.get_description.html
/usr/share/doc/atk/method.Range.get_lower_limit.html
/usr/share/doc/atk/method.Range.get_upper_limit.html
/usr/share/doc/atk/method.Registry.get_factory.html
/usr/share/doc/atk/method.Registry.get_factory_type.html
/usr/share/doc/atk/method.Registry.set_factory_type.html
/usr/share/doc/atk/method.Relation.add_target.html
/usr/share/doc/atk/method.Relation.get_relation_type.html
/usr/share/doc/atk/method.Relation.get_target.html
/usr/share/doc/atk/method.Relation.remove_target.html
/usr/share/doc/atk/method.RelationSet.add.html
/usr/share/doc/atk/method.RelationSet.add_relation_by_type.html
/usr/share/doc/atk/method.RelationSet.contains.html
/usr/share/doc/atk/method.RelationSet.contains_target.html
/usr/share/doc/atk/method.RelationSet.get_n_relations.html
/usr/share/doc/atk/method.RelationSet.get_relation.html
/usr/share/doc/atk/method.RelationSet.get_relation_by_type.html
/usr/share/doc/atk/method.RelationSet.remove.html
/usr/share/doc/atk/method.Selection.add_selection.html
/usr/share/doc/atk/method.Selection.clear_selection.html
/usr/share/doc/atk/method.Selection.get_selection_count.html
/usr/share/doc/atk/method.Selection.is_child_selected.html
/usr/share/doc/atk/method.Selection.ref_selection.html
/usr/share/doc/atk/method.Selection.remove_selection.html
/usr/share/doc/atk/method.Selection.select_all_selection.html
/usr/share/doc/atk/method.Socket.embed.html
/usr/share/doc/atk/method.Socket.is_occupied.html
/usr/share/doc/atk/method.StateSet.add_state.html
/usr/share/doc/atk/method.StateSet.add_states.html
/usr/share/doc/atk/method.StateSet.and_sets.html
/usr/share/doc/atk/method.StateSet.clear_states.html
/usr/share/doc/atk/method.StateSet.contains_state.html
/usr/share/doc/atk/method.StateSet.contains_states.html
/usr/share/doc/atk/method.StateSet.is_empty.html
/usr/share/doc/atk/method.StateSet.or_sets.html
/usr/share/doc/atk/method.StateSet.remove_state.html
/usr/share/doc/atk/method.StateSet.xor_sets.html
/usr/share/doc/atk/method.StreamableContent.get_mime_type.html
/usr/share/doc/atk/method.StreamableContent.get_n_mime_types.html
/usr/share/doc/atk/method.StreamableContent.get_stream.html
/usr/share/doc/atk/method.StreamableContent.get_uri.html
/usr/share/doc/atk/method.Table.add_column_selection.html
/usr/share/doc/atk/method.Table.add_row_selection.html
/usr/share/doc/atk/method.Table.get_caption.html
/usr/share/doc/atk/method.Table.get_column_at_index.html
/usr/share/doc/atk/method.Table.get_column_description.html
/usr/share/doc/atk/method.Table.get_column_extent_at.html
/usr/share/doc/atk/method.Table.get_column_header.html
/usr/share/doc/atk/method.Table.get_index_at.html
/usr/share/doc/atk/method.Table.get_n_columns.html
/usr/share/doc/atk/method.Table.get_n_rows.html
/usr/share/doc/atk/method.Table.get_row_at_index.html
/usr/share/doc/atk/method.Table.get_row_description.html
/usr/share/doc/atk/method.Table.get_row_extent_at.html
/usr/share/doc/atk/method.Table.get_row_header.html
/usr/share/doc/atk/method.Table.get_selected_columns.html
/usr/share/doc/atk/method.Table.get_selected_rows.html
/usr/share/doc/atk/method.Table.get_summary.html
/usr/share/doc/atk/method.Table.is_column_selected.html
/usr/share/doc/atk/method.Table.is_row_selected.html
/usr/share/doc/atk/method.Table.is_selected.html
/usr/share/doc/atk/method.Table.ref_at.html
/usr/share/doc/atk/method.Table.remove_column_selection.html
/usr/share/doc/atk/method.Table.remove_row_selection.html
/usr/share/doc/atk/method.Table.set_caption.html
/usr/share/doc/atk/method.Table.set_column_description.html
/usr/share/doc/atk/method.Table.set_column_header.html
/usr/share/doc/atk/method.Table.set_row_description.html
/usr/share/doc/atk/method.Table.set_row_header.html
/usr/share/doc/atk/method.Table.set_summary.html
/usr/share/doc/atk/method.TableCell.get_column_header_cells.html
/usr/share/doc/atk/method.TableCell.get_column_span.html
/usr/share/doc/atk/method.TableCell.get_position.html
/usr/share/doc/atk/method.TableCell.get_row_column_span.html
/usr/share/doc/atk/method.TableCell.get_row_header_cells.html
/usr/share/doc/atk/method.TableCell.get_row_span.html
/usr/share/doc/atk/method.TableCell.get_table.html
/usr/share/doc/atk/method.Text.add_selection.html
/usr/share/doc/atk/method.Text.get_bounded_ranges.html
/usr/share/doc/atk/method.Text.get_caret_offset.html
/usr/share/doc/atk/method.Text.get_character_at_offset.html
/usr/share/doc/atk/method.Text.get_character_count.html
/usr/share/doc/atk/method.Text.get_character_extents.html
/usr/share/doc/atk/method.Text.get_default_attributes.html
/usr/share/doc/atk/method.Text.get_n_selections.html
/usr/share/doc/atk/method.Text.get_offset_at_point.html
/usr/share/doc/atk/method.Text.get_range_extents.html
/usr/share/doc/atk/method.Text.get_run_attributes.html
/usr/share/doc/atk/method.Text.get_selection.html
/usr/share/doc/atk/method.Text.get_string_at_offset.html
/usr/share/doc/atk/method.Text.get_text.html
/usr/share/doc/atk/method.Text.get_text_after_offset.html
/usr/share/doc/atk/method.Text.get_text_at_offset.html
/usr/share/doc/atk/method.Text.get_text_before_offset.html
/usr/share/doc/atk/method.Text.remove_selection.html
/usr/share/doc/atk/method.Text.scroll_substring_to.html
/usr/share/doc/atk/method.Text.scroll_substring_to_point.html
/usr/share/doc/atk/method.Text.set_caret_offset.html
/usr/share/doc/atk/method.Text.set_selection.html
/usr/share/doc/atk/method.Value.get_current_value.html
/usr/share/doc/atk/method.Value.get_increment.html
/usr/share/doc/atk/method.Value.get_maximum_value.html
/usr/share/doc/atk/method.Value.get_minimum_increment.html
/usr/share/doc/atk/method.Value.get_minimum_value.html
/usr/share/doc/atk/method.Value.get_range.html
/usr/share/doc/atk/method.Value.get_sub_ranges.html
/usr/share/doc/atk/method.Value.get_value_and_text.html
/usr/share/doc/atk/method.Value.set_current_value.html
/usr/share/doc/atk/method.Value.set_value.html
/usr/share/doc/atk/opensearch.xml
/usr/share/doc/atk/property.Hyperlink.end-index.html
/usr/share/doc/atk/property.Hyperlink.number-of-anchors.html
/usr/share/doc/atk/property.Hyperlink.selected-link.html
/usr/share/doc/atk/property.Hyperlink.start-index.html
/usr/share/doc/atk/property.Object.accessible-component-layer.html
/usr/share/doc/atk/property.Object.accessible-component-mdi-zorder.html
/usr/share/doc/atk/property.Object.accessible-description.html
/usr/share/doc/atk/property.Object.accessible-help-text.html
/usr/share/doc/atk/property.Object.accessible-hypertext-nlinks.html
/usr/share/doc/atk/property.Object.accessible-id.html
/usr/share/doc/atk/property.Object.accessible-name.html
/usr/share/doc/atk/property.Object.accessible-parent.html
/usr/share/doc/atk/property.Object.accessible-role.html
/usr/share/doc/atk/property.Object.accessible-table-caption-object.html
/usr/share/doc/atk/property.Object.accessible-table-caption.html
/usr/share/doc/atk/property.Object.accessible-table-column-description.html
/usr/share/doc/atk/property.Object.accessible-table-column-header.html
/usr/share/doc/atk/property.Object.accessible-table-row-description.html
/usr/share/doc/atk/property.Object.accessible-table-row-header.html
/usr/share/doc/atk/property.Object.accessible-table-summary.html
/usr/share/doc/atk/property.Object.accessible-value.html
/usr/share/doc/atk/property.Relation.relation-type.html
/usr/share/doc/atk/property.Relation.target.html
/usr/share/doc/atk/search.js
/usr/share/doc/atk/signal.Component.bounds-changed.html
/usr/share/doc/atk/signal.Document.document-attribute-changed.html
/usr/share/doc/atk/signal.Document.load-complete.html
/usr/share/doc/atk/signal.Document.load-stopped.html
/usr/share/doc/atk/signal.Document.page-changed.html
/usr/share/doc/atk/signal.Document.reload.html
/usr/share/doc/atk/signal.Hyperlink.link-activated.html
/usr/share/doc/atk/signal.Hypertext.link-selected.html
/usr/share/doc/atk/signal.Object.active-descendant-changed.html
/usr/share/doc/atk/signal.Object.announcement.html
/usr/share/doc/atk/signal.Object.attribute-changed.html
/usr/share/doc/atk/signal.Object.children-changed.html
/usr/share/doc/atk/signal.Object.focus-event.html
/usr/share/doc/atk/signal.Object.notification.html
/usr/share/doc/atk/signal.Object.property-change.html
/usr/share/doc/atk/signal.Object.state-change.html
/usr/share/doc/atk/signal.Object.visible-data-changed.html
/usr/share/doc/atk/signal.Selection.selection-changed.html
/usr/share/doc/atk/signal.Table.column-deleted.html
/usr/share/doc/atk/signal.Table.column-inserted.html
/usr/share/doc/atk/signal.Table.column-reordered.html
/usr/share/doc/atk/signal.Table.model-changed.html
/usr/share/doc/atk/signal.Table.row-deleted.html
/usr/share/doc/atk/signal.Table.row-inserted.html
/usr/share/doc/atk/signal.Table.row-reordered.html
/usr/share/doc/atk/signal.Text.text-attributes-changed.html
/usr/share/doc/atk/signal.Text.text-caret-moved.html
/usr/share/doc/atk/signal.Text.text-changed.html
/usr/share/doc/atk/signal.Text.text-insert.html
/usr/share/doc/atk/signal.Text.text-remove.html
/usr/share/doc/atk/signal.Text.text-selection-changed.html
/usr/share/doc/atk/signal.Value.value-changed.html
/usr/share/doc/atk/signal.Window.activate.html
/usr/share/doc/atk/signal.Window.create.html
/usr/share/doc/atk/signal.Window.deactivate.html
/usr/share/doc/atk/signal.Window.destroy.html
/usr/share/doc/atk/signal.Window.maximize.html
/usr/share/doc/atk/signal.Window.minimize.html
/usr/share/doc/atk/signal.Window.move.html
/usr/share/doc/atk/signal.Window.resize.html
/usr/share/doc/atk/signal.Window.restore.html
/usr/share/doc/atk/solarized-dark.css
/usr/share/doc/atk/solarized-light.css
/usr/share/doc/atk/struct.Attribute.html
/usr/share/doc/atk/struct.Implementor.html
/usr/share/doc/atk/struct.KeyEventStruct.html
/usr/share/doc/atk/struct.PropertyValues.html
/usr/share/doc/atk/struct.Range.html
/usr/share/doc/atk/struct.Rectangle.html
/usr/share/doc/atk/struct.TextRange.html
/usr/share/doc/atk/struct.TextRectangle.html
/usr/share/doc/atk/struct.TextSelection.html
/usr/share/doc/atk/style.css
/usr/share/doc/atk/type_func.Attribute.set_free.html
/usr/share/doc/atk/type_func.GObjectAccessible.for_object.html
/usr/share/doc/atk/type_func.Misc.get_instance.html
/usr/share/doc/atk/type_func.RelationType.for_name.html
/usr/share/doc/atk/type_func.RelationType.get_name.html
/usr/share/doc/atk/type_func.RelationType.register.html
/usr/share/doc/atk/type_func.Role.for_name.html
/usr/share/doc/atk/type_func.Role.get_localized_name.html
/usr/share/doc/atk/type_func.Role.get_name.html
/usr/share/doc/atk/type_func.Role.register.html
/usr/share/doc/atk/type_func.StateType.for_name.html
/usr/share/doc/atk/type_func.StateType.get_name.html
/usr/share/doc/atk/type_func.StateType.register.html
/usr/share/doc/atk/type_func.Text.free_ranges.html
/usr/share/doc/atk/type_func.TextAttribute.for_name.html
/usr/share/doc/atk/type_func.TextAttribute.get_name.html
/usr/share/doc/atk/type_func.TextAttribute.get_value.html
/usr/share/doc/atk/type_func.TextAttribute.register.html
/usr/share/doc/atk/type_func.ValueType.get_localized_name.html
/usr/share/doc/atk/type_func.ValueType.get_name.html
/usr/share/doc/atk/urlmap.js
/usr/share/doc/atk/vfunc.Action.do_action.html
/usr/share/doc/atk/vfunc.Action.get_description.html
/usr/share/doc/atk/vfunc.Action.get_keybinding.html
/usr/share/doc/atk/vfunc.Action.get_localized_name.html
/usr/share/doc/atk/vfunc.Action.get_n_actions.html
/usr/share/doc/atk/vfunc.Action.get_name.html
/usr/share/doc/atk/vfunc.Action.set_description.html
/usr/share/doc/atk/vfunc.Component.add_focus_handler.html
/usr/share/doc/atk/vfunc.Component.bounds_changed.html
/usr/share/doc/atk/vfunc.Component.contains.html
/usr/share/doc/atk/vfunc.Component.get_alpha.html
/usr/share/doc/atk/vfunc.Component.get_extents.html
/usr/share/doc/atk/vfunc.Component.get_layer.html
/usr/share/doc/atk/vfunc.Component.get_mdi_zorder.html
/usr/share/doc/atk/vfunc.Component.get_position.html
/usr/share/doc/atk/vfunc.Component.get_size.html
/usr/share/doc/atk/vfunc.Component.grab_focus.html
/usr/share/doc/atk/vfunc.Component.ref_accessible_at_point.html
/usr/share/doc/atk/vfunc.Component.remove_focus_handler.html
/usr/share/doc/atk/vfunc.Component.scroll_to.html
/usr/share/doc/atk/vfunc.Component.scroll_to_point.html
/usr/share/doc/atk/vfunc.Component.set_extents.html
/usr/share/doc/atk/vfunc.Component.set_position.html
/usr/share/doc/atk/vfunc.Component.set_size.html
/usr/share/doc/atk/vfunc.Document.get_current_page_number.html
/usr/share/doc/atk/vfunc.Document.get_document.html
/usr/share/doc/atk/vfunc.Document.get_document_attribute_value.html
/usr/share/doc/atk/vfunc.Document.get_document_attributes.html
/usr/share/doc/atk/vfunc.Document.get_document_locale.html
/usr/share/doc/atk/vfunc.Document.get_document_type.html
/usr/share/doc/atk/vfunc.Document.get_page_count.html
/usr/share/doc/atk/vfunc.Document.get_text_selections.html
/usr/share/doc/atk/vfunc.Document.set_document_attribute.html
/usr/share/doc/atk/vfunc.Document.set_text_selections.html
/usr/share/doc/atk/vfunc.EditableText.copy_text.html
/usr/share/doc/atk/vfunc.EditableText.cut_text.html
/usr/share/doc/atk/vfunc.EditableText.delete_text.html
/usr/share/doc/atk/vfunc.EditableText.insert_text.html
/usr/share/doc/atk/vfunc.EditableText.paste_text.html
/usr/share/doc/atk/vfunc.EditableText.set_run_attributes.html
/usr/share/doc/atk/vfunc.EditableText.set_text_contents.html
/usr/share/doc/atk/vfunc.Hyperlink.get_end_index.html
/usr/share/doc/atk/vfunc.Hyperlink.get_n_anchors.html
/usr/share/doc/atk/vfunc.Hyperlink.get_object.html
/usr/share/doc/atk/vfunc.Hyperlink.get_start_index.html
/usr/share/doc/atk/vfunc.Hyperlink.get_uri.html
/usr/share/doc/atk/vfunc.Hyperlink.is_selected_link.html
/usr/share/doc/atk/vfunc.Hyperlink.is_valid.html
/usr/share/doc/atk/vfunc.Hyperlink.link_activated.html
/usr/share/doc/atk/vfunc.Hyperlink.link_state.html
/usr/share/doc/atk/vfunc.HyperlinkImpl.get_hyperlink.html
/usr/share/doc/atk/vfunc.Hypertext.get_link.html
/usr/share/doc/atk/vfunc.Hypertext.get_link_index.html
/usr/share/doc/atk/vfunc.Hypertext.get_n_links.html
/usr/share/doc/atk/vfunc.Hypertext.link_selected.html
/usr/share/doc/atk/vfunc.Image.get_image_description.html
/usr/share/doc/atk/vfunc.Image.get_image_locale.html
/usr/share/doc/atk/vfunc.Image.get_image_position.html
/usr/share/doc/atk/vfunc.Image.get_image_size.html
/usr/share/doc/atk/vfunc.Image.set_image_description.html
/usr/share/doc/atk/vfunc.Misc.threads_enter.html
/usr/share/doc/atk/vfunc.Misc.threads_leave.html
/usr/share/doc/atk/vfunc.Object.active_descendant_changed.html
/usr/share/doc/atk/vfunc.Object.children_changed.html
/usr/share/doc/atk/vfunc.Object.connect_property_change_handler.html
/usr/share/doc/atk/vfunc.Object.focus_event.html
/usr/share/doc/atk/vfunc.Object.get_attributes.html
/usr/share/doc/atk/vfunc.Object.get_description.html
/usr/share/doc/atk/vfunc.Object.get_index_in_parent.html
/usr/share/doc/atk/vfunc.Object.get_layer.html
/usr/share/doc/atk/vfunc.Object.get_mdi_zorder.html
/usr/share/doc/atk/vfunc.Object.get_n_children.html
/usr/share/doc/atk/vfunc.Object.get_name.html
/usr/share/doc/atk/vfunc.Object.get_object_locale.html
/usr/share/doc/atk/vfunc.Object.get_parent.html
/usr/share/doc/atk/vfunc.Object.get_role.html
/usr/share/doc/atk/vfunc.Object.initialize.html
/usr/share/doc/atk/vfunc.Object.property_change.html
/usr/share/doc/atk/vfunc.Object.ref_child.html
/usr/share/doc/atk/vfunc.Object.ref_relation_set.html
/usr/share/doc/atk/vfunc.Object.ref_state_set.html
/usr/share/doc/atk/vfunc.Object.remove_property_change_handler.html
/usr/share/doc/atk/vfunc.Object.set_description.html
/usr/share/doc/atk/vfunc.Object.set_name.html
/usr/share/doc/atk/vfunc.Object.set_parent.html
/usr/share/doc/atk/vfunc.Object.set_role.html
/usr/share/doc/atk/vfunc.Object.state_change.html
/usr/share/doc/atk/vfunc.Object.visible_data_changed.html
/usr/share/doc/atk/vfunc.ObjectFactory.invalidate.html
/usr/share/doc/atk/vfunc.Plug.get_object_id.html
/usr/share/doc/atk/vfunc.Selection.add_selection.html
/usr/share/doc/atk/vfunc.Selection.clear_selection.html
/usr/share/doc/atk/vfunc.Selection.get_selection_count.html
/usr/share/doc/atk/vfunc.Selection.is_child_selected.html
/usr/share/doc/atk/vfunc.Selection.ref_selection.html
/usr/share/doc/atk/vfunc.Selection.remove_selection.html
/usr/share/doc/atk/vfunc.Selection.select_all_selection.html
/usr/share/doc/atk/vfunc.Selection.selection_changed.html
/usr/share/doc/atk/vfunc.Socket.embed.html
/usr/share/doc/atk/vfunc.StreamableContent.get_mime_type.html
/usr/share/doc/atk/vfunc.StreamableContent.get_n_mime_types.html
/usr/share/doc/atk/vfunc.StreamableContent.get_stream.html
/usr/share/doc/atk/vfunc.StreamableContent.get_uri.html
/usr/share/doc/atk/vfunc.Table.add_column_selection.html
/usr/share/doc/atk/vfunc.Table.add_row_selection.html
/usr/share/doc/atk/vfunc.Table.column_deleted.html
/usr/share/doc/atk/vfunc.Table.column_inserted.html
/usr/share/doc/atk/vfunc.Table.column_reordered.html
/usr/share/doc/atk/vfunc.Table.get_caption.html
/usr/share/doc/atk/vfunc.Table.get_column_at_index.html
/usr/share/doc/atk/vfunc.Table.get_column_description.html
/usr/share/doc/atk/vfunc.Table.get_column_extent_at.html
/usr/share/doc/atk/vfunc.Table.get_column_header.html
/usr/share/doc/atk/vfunc.Table.get_index_at.html
/usr/share/doc/atk/vfunc.Table.get_n_columns.html
/usr/share/doc/atk/vfunc.Table.get_n_rows.html
/usr/share/doc/atk/vfunc.Table.get_row_at_index.html
/usr/share/doc/atk/vfunc.Table.get_row_description.html
/usr/share/doc/atk/vfunc.Table.get_row_extent_at.html
/usr/share/doc/atk/vfunc.Table.get_row_header.html
/usr/share/doc/atk/vfunc.Table.get_selected_columns.html
/usr/share/doc/atk/vfunc.Table.get_selected_rows.html
/usr/share/doc/atk/vfunc.Table.get_summary.html
/usr/share/doc/atk/vfunc.Table.is_column_selected.html
/usr/share/doc/atk/vfunc.Table.is_row_selected.html
/usr/share/doc/atk/vfunc.Table.is_selected.html
/usr/share/doc/atk/vfunc.Table.model_changed.html
/usr/share/doc/atk/vfunc.Table.ref_at.html
/usr/share/doc/atk/vfunc.Table.remove_column_selection.html
/usr/share/doc/atk/vfunc.Table.remove_row_selection.html
/usr/share/doc/atk/vfunc.Table.row_deleted.html
/usr/share/doc/atk/vfunc.Table.row_inserted.html
/usr/share/doc/atk/vfunc.Table.row_reordered.html
/usr/share/doc/atk/vfunc.Table.set_caption.html
/usr/share/doc/atk/vfunc.Table.set_column_description.html
/usr/share/doc/atk/vfunc.Table.set_column_header.html
/usr/share/doc/atk/vfunc.Table.set_row_description.html
/usr/share/doc/atk/vfunc.Table.set_row_header.html
/usr/share/doc/atk/vfunc.Table.set_summary.html
/usr/share/doc/atk/vfunc.TableCell.get_column_header_cells.html
/usr/share/doc/atk/vfunc.TableCell.get_column_span.html
/usr/share/doc/atk/vfunc.TableCell.get_position.html
/usr/share/doc/atk/vfunc.TableCell.get_row_column_span.html
/usr/share/doc/atk/vfunc.TableCell.get_row_header_cells.html
/usr/share/doc/atk/vfunc.TableCell.get_row_span.html
/usr/share/doc/atk/vfunc.TableCell.get_table.html
/usr/share/doc/atk/vfunc.Text.add_selection.html
/usr/share/doc/atk/vfunc.Text.get_bounded_ranges.html
/usr/share/doc/atk/vfunc.Text.get_caret_offset.html
/usr/share/doc/atk/vfunc.Text.get_character_at_offset.html
/usr/share/doc/atk/vfunc.Text.get_character_count.html
/usr/share/doc/atk/vfunc.Text.get_character_extents.html
/usr/share/doc/atk/vfunc.Text.get_default_attributes.html
/usr/share/doc/atk/vfunc.Text.get_n_selections.html
/usr/share/doc/atk/vfunc.Text.get_offset_at_point.html
/usr/share/doc/atk/vfunc.Text.get_range_extents.html
/usr/share/doc/atk/vfunc.Text.get_run_attributes.html
/usr/share/doc/atk/vfunc.Text.get_selection.html
/usr/share/doc/atk/vfunc.Text.get_string_at_offset.html
/usr/share/doc/atk/vfunc.Text.get_text.html
/usr/share/doc/atk/vfunc.Text.get_text_after_offset.html
/usr/share/doc/atk/vfunc.Text.get_text_at_offset.html
/usr/share/doc/atk/vfunc.Text.get_text_before_offset.html
/usr/share/doc/atk/vfunc.Text.remove_selection.html
/usr/share/doc/atk/vfunc.Text.scroll_substring_to.html
/usr/share/doc/atk/vfunc.Text.scroll_substring_to_point.html
/usr/share/doc/atk/vfunc.Text.set_caret_offset.html
/usr/share/doc/atk/vfunc.Text.set_selection.html
/usr/share/doc/atk/vfunc.Text.text_attributes_changed.html
/usr/share/doc/atk/vfunc.Text.text_caret_moved.html
/usr/share/doc/atk/vfunc.Text.text_changed.html
/usr/share/doc/atk/vfunc.Text.text_selection_changed.html
/usr/share/doc/atk/vfunc.Value.get_current_value.html
/usr/share/doc/atk/vfunc.Value.get_increment.html
/usr/share/doc/atk/vfunc.Value.get_maximum_value.html
/usr/share/doc/atk/vfunc.Value.get_minimum_increment.html
/usr/share/doc/atk/vfunc.Value.get_minimum_value.html
/usr/share/doc/atk/vfunc.Value.get_range.html
/usr/share/doc/atk/vfunc.Value.get_sub_ranges.html
/usr/share/doc/atk/vfunc.Value.get_value_and_text.html
/usr/share/doc/atk/vfunc.Value.set_current_value.html
/usr/share/doc/atk/vfunc.Value.set_value.html
/usr/share/doc/libatspi
/usr/share/doc/libatspi/RedHatDisplay-Black.woff
/usr/share/doc/libatspi/RedHatDisplay-Black.woff2
/usr/share/doc/libatspi/RedHatDisplay-BlackItalic.woff
/usr/share/doc/libatspi/RedHatDisplay-BlackItalic.woff2
/usr/share/doc/libatspi/RedHatDisplay-Bold.woff
/usr/share/doc/libatspi/RedHatDisplay-Bold.woff2
/usr/share/doc/libatspi/RedHatDisplay-BoldItalic.woff
/usr/share/doc/libatspi/RedHatDisplay-BoldItalic.woff2
/usr/share/doc/libatspi/RedHatDisplay-Italic.woff
/usr/share/doc/libatspi/RedHatDisplay-Italic.woff2
/usr/share/doc/libatspi/RedHatDisplay-Medium.woff
/usr/share/doc/libatspi/RedHatDisplay-Medium.woff2
/usr/share/doc/libatspi/RedHatDisplay-MediumItalic.woff
/usr/share/doc/libatspi/RedHatDisplay-MediumItalic.woff2
/usr/share/doc/libatspi/RedHatDisplay-Regular.woff
/usr/share/doc/libatspi/RedHatDisplay-Regular.woff2
/usr/share/doc/libatspi/RedHatText-Bold.woff
/usr/share/doc/libatspi/RedHatText-Bold.woff2
/usr/share/doc/libatspi/RedHatText-BoldItalic.woff
/usr/share/doc/libatspi/RedHatText-BoldItalic.woff2
/usr/share/doc/libatspi/RedHatText-Italic.woff
/usr/share/doc/libatspi/RedHatText-Italic.woff2
/usr/share/doc/libatspi/RedHatText-Medium.woff
/usr/share/doc/libatspi/RedHatText-Medium.woff2
/usr/share/doc/libatspi/RedHatText-MediumItalic.woff
/usr/share/doc/libatspi/RedHatText-MediumItalic.woff2
/usr/share/doc/libatspi/RedHatText-Regular.woff
/usr/share/doc/libatspi/RedHatText-Regular.woff2
/usr/share/doc/libatspi/SourceCodePro-It.ttf.woff
/usr/share/doc/libatspi/SourceCodePro-Regular.ttf.woff
/usr/share/doc/libatspi/SourceCodePro-Semibold.ttf.woff
/usr/share/doc/libatspi/alias.ControllerEventMask.html
/usr/share/doc/libatspi/alias.DeviceEventMask.html
/usr/share/doc/libatspi/alias.KeyEventMask.html
/usr/share/doc/libatspi/alias.KeyMaskType.html
/usr/share/doc/libatspi/alias.KeystrokeListener.html
/usr/share/doc/libatspi/callback.DeviceListenerCB.html
/usr/share/doc/libatspi/callback.DeviceListenerSimpleCB.html
/usr/share/doc/libatspi/callback.EventListenerCB.html
/usr/share/doc/libatspi/callback.EventListenerSimpleCB.html
/usr/share/doc/libatspi/callback.GenerateMouseEventCB.html
/usr/share/doc/libatspi/callback.KeyCallback.html
/usr/share/doc/libatspi/class.Accessible.html
/usr/share/doc/libatspi/class.Application.html
/usr/share/doc/libatspi/class.Device.html
/usr/share/doc/libatspi/class.DeviceLegacy.html
/usr/share/doc/libatspi/class.DeviceListener.html
/usr/share/doc/libatspi/class.DeviceX11.html
/usr/share/doc/libatspi/class.EventListener.html
/usr/share/doc/libatspi/class.Hyperlink.html
/usr/share/doc/libatspi/class.MatchRule.html
/usr/share/doc/libatspi/class.Object.html
/usr/share/doc/libatspi/class.Relation.html
/usr/share/doc/libatspi/class.StateSet.html
/usr/share/doc/libatspi/classes_hierarchy.html
/usr/share/doc/libatspi/const.COMPONENTLAYER_COUNT.html
/usr/share/doc/libatspi/const.COORD_TYPE_COUNT.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_ACCESSIBLE.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_ACTION.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_APPLICATION.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_CACHE.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_COLLECTION.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_COMPONENT.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_DEC.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_DEVICE_EVENT_LISTENER.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_DOCUMENT.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_EDITABLE_TEXT.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_EVENT_KEYBOARD.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_EVENT_MOUSE.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_EVENT_OBJECT.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_EVENT_SCREEN_READER.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_HYPERLINK.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_HYPERTEXT.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_IMAGE.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_REGISTRY.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_SELECTION.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_SOCKET.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_TABLE.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_TABLE_CELL.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_TEXT.html
/usr/share/doc/libatspi/const.DBUS_INTERFACE_VALUE.html
/usr/share/doc/libatspi/const.DBUS_NAME_REGISTRY.html
/usr/share/doc/libatspi/const.DBUS_PATH_DEC.html
/usr/share/doc/libatspi/const.DBUS_PATH_NULL.html
/usr/share/doc/libatspi/const.DBUS_PATH_REGISTRY.html
/usr/share/doc/libatspi/const.DBUS_PATH_ROOT.html
/usr/share/doc/libatspi/const.DBUS_PATH_SCREEN_READER.html
/usr/share/doc/libatspi/const.EVENTTYPE_COUNT.html
/usr/share/doc/libatspi/const.KEYEVENTTYPE_COUNT.html
/usr/share/doc/libatspi/const.KEYSYNTHTYPE_COUNT.html
/usr/share/doc/libatspi/const.LOCALE_TYPE_COUNT.html
/usr/share/doc/libatspi/const.MATCHTYPES_COUNT.html
/usr/share/doc/libatspi/const.MODIFIERTYPE_COUNT.html
/usr/share/doc/libatspi/const.RELATIONTYPE_COUNT.html
/usr/share/doc/libatspi/const.ROLE_COUNT.html
/usr/share/doc/libatspi/const.SCROLLTYPE_COUNT.html
/usr/share/doc/libatspi/const.SORTORDER_COUNT.html
/usr/share/doc/libatspi/const.STATETYPE_COUNT.html
/usr/share/doc/libatspi/const.TEXT_BOUNDARY_TYPE_COUNT.html
/usr/share/doc/libatspi/const.TEXT_CLIP_TYPE_COUNT.html
/usr/share/doc/libatspi/const.TREETRAVERSALTYPE_COUNT.html
/usr/share/doc/libatspi/ctor.Device.new.html
/usr/share/doc/libatspi/ctor.DeviceLegacy.new.html
/usr/share/doc/libatspi/ctor.DeviceListener.new.html
/usr/share/doc/libatspi/ctor.DeviceListener.new_simple.html
/usr/share/doc/libatspi/ctor.DeviceX11.new.html
/usr/share/doc/libatspi/ctor.EventListener.new.html
/usr/share/doc/libatspi/ctor.EventListener.new_simple.html
/usr/share/doc/libatspi/ctor.MatchRule.new.html
/usr/share/doc/libatspi/ctor.StateSet.new.html
/usr/share/doc/libatspi/enum.CollectionMatchType.html
/usr/share/doc/libatspi/enum.CollectionSortOrder.html
/usr/share/doc/libatspi/enum.CollectionTreeTraversalType.html
/usr/share/doc/libatspi/enum.ComponentLayer.html
/usr/share/doc/libatspi/enum.CoordType.html
/usr/share/doc/libatspi/enum.EventType.html
/usr/share/doc/libatspi/enum.KeyEventType.html
/usr/share/doc/libatspi/enum.KeySynthType.html
/usr/share/doc/libatspi/enum.Live.html
/usr/share/doc/libatspi/enum.LocaleType.html
/usr/share/doc/libatspi/enum.ModifierType.html
/usr/share/doc/libatspi/enum.RelationType.html
/usr/share/doc/libatspi/enum.Role.html
/usr/share/doc/libatspi/enum.ScrollType.html
/usr/share/doc/libatspi/enum.StateType.html
/usr/share/doc/libatspi/enum.TextBoundaryType.html
/usr/share/doc/libatspi/enum.TextClipType.html
/usr/share/doc/libatspi/enum.TextGranularity.html
/usr/share/doc/libatspi/flags.Cache.html
/usr/share/doc/libatspi/flags.KeyListenerSyncType.html
/usr/share/doc/libatspi/fonts.css
/usr/share/doc/libatspi/func.dbus_connection_setup_with_g_main.html
/usr/share/doc/libatspi/func.dbus_server_setup_with_g_main.html
/usr/share/doc/libatspi/func.deregister_device_event_listener.html
/usr/share/doc/libatspi/func.deregister_keystroke_listener.html
/usr/share/doc/libatspi/func.exit.html
/usr/share/doc/libatspi/func.generate_keyboard_event.html
/usr/share/doc/libatspi/func.generate_mouse_event.html
/usr/share/doc/libatspi/func.generate_mouse_event_async.html
/usr/share/doc/libatspi/func.get_a11y_bus.html
/usr/share/doc/libatspi/func.get_desktop.html
/usr/share/doc/libatspi/func.get_desktop_count.html
/usr/share/doc/libatspi/func.get_desktop_list.html
/usr/share/doc/libatspi/func.get_version.html
/usr/share/doc/libatspi/func.init.html
/usr/share/doc/libatspi/func.is_initialized.html
/usr/share/doc/libatspi/func.register_device_event_listener.html
/usr/share/doc/libatspi/func.register_keystroke_listener.html
/usr/share/doc/libatspi/func.set_main_context.html
/usr/share/doc/libatspi/func.set_reference_window.html
/usr/share/doc/libatspi/func.set_timeout.html
/usr/share/doc/libatspi/fzy.js
/usr/share/doc/libatspi/go-up-symbolic.png
/usr/share/doc/libatspi/iface.Action.html
/usr/share/doc/libatspi/iface.Collection.html
/usr/share/doc/libatspi/iface.Component.html
/usr/share/doc/libatspi/iface.Document.html
/usr/share/doc/libatspi/iface.EditableText.html
/usr/share/doc/libatspi/iface.Hypertext.html
/usr/share/doc/libatspi/iface.Image.html
/usr/share/doc/libatspi/iface.Selection.html
/usr/share/doc/libatspi/iface.Table.html
/usr/share/doc/libatspi/iface.TableCell.html
/usr/share/doc/libatspi/iface.Text.html
/usr/share/doc/libatspi/iface.Value.html
/usr/share/doc/libatspi/index.html
/usr/share/doc/libatspi/index.json
/usr/share/doc/libatspi/libatspi.devhelp2
/usr/share/doc/libatspi/logo.png
/usr/share/doc/libatspi/main.js
/usr/share/doc/libatspi/method.Accessible.clear_cache.html
/usr/share/doc/libatspi/method.Accessible.clear_cache_single.html
/usr/share/doc/libatspi/method.Accessible.get_accessible_id.html
/usr/share/doc/libatspi/method.Accessible.get_action.html
/usr/share/doc/libatspi/method.Accessible.get_action_iface.html
/usr/share/doc/libatspi/method.Accessible.get_application.html
/usr/share/doc/libatspi/method.Accessible.get_atspi_version.html
/usr/share/doc/libatspi/method.Accessible.get_attributes.html
/usr/share/doc/libatspi/method.Accessible.get_attributes_as_array.html
/usr/share/doc/libatspi/method.Accessible.get_child_at_index.html
/usr/share/doc/libatspi/method.Accessible.get_child_count.html
/usr/share/doc/libatspi/method.Accessible.get_collection.html
/usr/share/doc/libatspi/method.Accessible.get_collection_iface.html
/usr/share/doc/libatspi/method.Accessible.get_component.html
/usr/share/doc/libatspi/method.Accessible.get_component_iface.html
/usr/share/doc/libatspi/method.Accessible.get_description.html
/usr/share/doc/libatspi/method.Accessible.get_document.html
/usr/share/doc/libatspi/method.Accessible.get_document_iface.html
/usr/share/doc/libatspi/method.Accessible.get_editable_text.html
/usr/share/doc/libatspi/method.Accessible.get_editable_text_iface.html
/usr/share/doc/libatspi/method.Accessible.get_help_text.html
/usr/share/doc/libatspi/method.Accessible.get_hyperlink.html
/usr/share/doc/libatspi/method.Accessible.get_hypertext.html
/usr/share/doc/libatspi/method.Accessible.get_hypertext_iface.html
/usr/share/doc/libatspi/method.Accessible.get_id.html
/usr/share/doc/libatspi/method.Accessible.get_image.html
/usr/share/doc/libatspi/method.Accessible.get_image_iface.html
/usr/share/doc/libatspi/method.Accessible.get_index_in_parent.html
/usr/share/doc/libatspi/method.Accessible.get_interfaces.html
/usr/share/doc/libatspi/method.Accessible.get_localized_role_name.html
/usr/share/doc/libatspi/method.Accessible.get_name.html
/usr/share/doc/libatspi/method.Accessible.get_object_locale.html
/usr/share/doc/libatspi/method.Accessible.get_parent.html
/usr/share/doc/libatspi/method.Accessible.get_process_id.html
/usr/share/doc/libatspi/method.Accessible.get_relation_set.html
/usr/share/doc/libatspi/method.Accessible.get_role.html
/usr/share/doc/libatspi/method.Accessible.get_role_name.html
/usr/share/doc/libatspi/method.Accessible.get_selection.html
/usr/share/doc/libatspi/method.Accessible.get_selection_iface.html
/usr/share/doc/libatspi/method.Accessible.get_state_set.html
/usr/share/doc/libatspi/method.Accessible.get_table.html
/usr/share/doc/libatspi/method.Accessible.get_table_cell.html
/usr/share/doc/libatspi/method.Accessible.get_table_iface.html
/usr/share/doc/libatspi/method.Accessible.get_text.html
/usr/share/doc/libatspi/method.Accessible.get_text_iface.html
/usr/share/doc/libatspi/method.Accessible.get_toolkit_name.html
/usr/share/doc/libatspi/method.Accessible.get_toolkit_version.html
/usr/share/doc/libatspi/method.Accessible.get_value.html
/usr/share/doc/libatspi/method.Accessible.get_value_iface.html
/usr/share/doc/libatspi/method.Accessible.set_cache_mask.html
/usr/share/doc/libatspi/method.Action.do_action.html
/usr/share/doc/libatspi/method.Action.get_action_description.html
/usr/share/doc/libatspi/method.Action.get_action_name.html
/usr/share/doc/libatspi/method.Action.get_description.html
/usr/share/doc/libatspi/method.Action.get_key_binding.html
/usr/share/doc/libatspi/method.Action.get_localized_name.html
/usr/share/doc/libatspi/method.Action.get_n_actions.html
/usr/share/doc/libatspi/method.Action.get_name.html
/usr/share/doc/libatspi/method.Collection.get_active_descendant.html
/usr/share/doc/libatspi/method.Collection.get_matches.html
/usr/share/doc/libatspi/method.Collection.get_matches_from.html
/usr/share/doc/libatspi/method.Collection.get_matches_to.html
/usr/share/doc/libatspi/method.Collection.is_ancestor_of.html
/usr/share/doc/libatspi/method.Component.contains.html
/usr/share/doc/libatspi/method.Component.get_accessible_at_point.html
/usr/share/doc/libatspi/method.Component.get_alpha.html
/usr/share/doc/libatspi/method.Component.get_extents.html
/usr/share/doc/libatspi/method.Component.get_layer.html
/usr/share/doc/libatspi/method.Component.get_mdi_z_order.html
/usr/share/doc/libatspi/method.Component.get_position.html
/usr/share/doc/libatspi/method.Component.get_size.html
/usr/share/doc/libatspi/method.Component.grab_focus.html
/usr/share/doc/libatspi/method.Component.scroll_to.html
/usr/share/doc/libatspi/method.Component.scroll_to_point.html
/usr/share/doc/libatspi/method.Component.set_extents.html
/usr/share/doc/libatspi/method.Component.set_position.html
/usr/share/doc/libatspi/method.Component.set_size.html
/usr/share/doc/libatspi/method.Device.add_key_grab.html
/usr/share/doc/libatspi/method.Device.add_key_watcher.html
/usr/share/doc/libatspi/method.Device.generate_mouse_event.html
/usr/share/doc/libatspi/method.Device.get_grab_by_id.html
/usr/share/doc/libatspi/method.Device.get_locked_modifiers.html
/usr/share/doc/libatspi/method.Device.get_modifier.html
/usr/share/doc/libatspi/method.Device.grab_keyboard.html
/usr/share/doc/libatspi/method.Device.map_modifier.html
/usr/share/doc/libatspi/method.Device.notify_key.html
/usr/share/doc/libatspi/method.Device.remove_key_grab.html
/usr/share/doc/libatspi/method.Device.ungrab_keyboard.html
/usr/share/doc/libatspi/method.Device.unmap_modifier.html
/usr/share/doc/libatspi/method.DeviceListener.add_callback.html
/usr/share/doc/libatspi/method.DeviceListener.remove_callback.html
/usr/share/doc/libatspi/method.Document.get_attribute_value.html
/usr/share/doc/libatspi/method.Document.get_attributes.html
/usr/share/doc/libatspi/method.Document.get_current_page_number.html
/usr/share/doc/libatspi/method.Document.get_document_attribute_value.html
/usr/share/doc/libatspi/method.Document.get_document_attributes.html
/usr/share/doc/libatspi/method.Document.get_locale.html
/usr/share/doc/libatspi/method.Document.get_page_count.html
/usr/share/doc/libatspi/method.Document.get_text_selections.html
/usr/share/doc/libatspi/method.Document.set_text_selections.html
/usr/share/doc/libatspi/method.EditableText.copy_text.html
/usr/share/doc/libatspi/method.EditableText.cut_text.html
/usr/share/doc/libatspi/method.EditableText.delete_text.html
/usr/share/doc/libatspi/method.EditableText.insert_text.html
/usr/share/doc/libatspi/method.EditableText.paste_text.html
/usr/share/doc/libatspi/method.EditableText.set_text_contents.html
/usr/share/doc/libatspi/method.EventListener.deregister.html
/usr/share/doc/libatspi/method.EventListener.register.html
/usr/share/doc/libatspi/method.EventListener.register_full.html
/usr/share/doc/libatspi/method.EventListener.register_with_app.html
/usr/share/doc/libatspi/method.Hyperlink.get_end_index.html
/usr/share/doc/libatspi/method.Hyperlink.get_index_range.html
/usr/share/doc/libatspi/method.Hyperlink.get_n_anchors.html
/usr/share/doc/libatspi/method.Hyperlink.get_object.html
/usr/share/doc/libatspi/method.Hyperlink.get_start_index.html
/usr/share/doc/libatspi/method.Hyperlink.get_uri.html
/usr/share/doc/libatspi/method.Hyperlink.is_valid.html
/usr/share/doc/libatspi/method.Hypertext.get_link.html
/usr/share/doc/libatspi/method.Hypertext.get_link_index.html
/usr/share/doc/libatspi/method.Hypertext.get_n_links.html
/usr/share/doc/libatspi/method.Image.get_image_description.html
/usr/share/doc/libatspi/method.Image.get_image_extents.html
/usr/share/doc/libatspi/method.Image.get_image_locale.html
/usr/share/doc/libatspi/method.Image.get_image_position.html
/usr/share/doc/libatspi/method.Image.get_image_size.html
/usr/share/doc/libatspi/method.Point.copy.html
/usr/share/doc/libatspi/method.Range.copy.html
/usr/share/doc/libatspi/method.Rect.copy.html
/usr/share/doc/libatspi/method.Relation.get_n_targets.html
/usr/share/doc/libatspi/method.Relation.get_relation_type.html
/usr/share/doc/libatspi/method.Relation.get_target.html
/usr/share/doc/libatspi/method.Selection.clear_selection.html
/usr/share/doc/libatspi/method.Selection.deselect_child.html
/usr/share/doc/libatspi/method.Selection.deselect_selected_child.html
/usr/share/doc/libatspi/method.Selection.get_n_selected_children.html
/usr/share/doc/libatspi/method.Selection.get_selected_child.html
/usr/share/doc/libatspi/method.Selection.is_child_selected.html
/usr/share/doc/libatspi/method.Selection.select_all.html
/usr/share/doc/libatspi/method.Selection.select_child.html
/usr/share/doc/libatspi/method.StateSet.add.html
/usr/share/doc/libatspi/method.StateSet.compare.html
/usr/share/doc/libatspi/method.StateSet.contains.html
/usr/share/doc/libatspi/method.StateSet.equals.html
/usr/share/doc/libatspi/method.StateSet.get_states.html
/usr/share/doc/libatspi/method.StateSet.is_empty.html
/usr/share/doc/libatspi/method.StateSet.remove.html
/usr/share/doc/libatspi/method.StateSet.set_by_name.html
/usr/share/doc/libatspi/method.Table.add_column_selection.html
/usr/share/doc/libatspi/method.Table.add_row_selection.html
/usr/share/doc/libatspi/method.Table.get_accessible_at.html
/usr/share/doc/libatspi/method.Table.get_caption.html
/usr/share/doc/libatspi/method.Table.get_column_at_index.html
/usr/share/doc/libatspi/method.Table.get_column_description.html
/usr/share/doc/libatspi/method.Table.get_column_extent_at.html
/usr/share/doc/libatspi/method.Table.get_column_header.html
/usr/share/doc/libatspi/method.Table.get_index_at.html
/usr/share/doc/libatspi/method.Table.get_n_columns.html
/usr/share/doc/libatspi/method.Table.get_n_rows.html
/usr/share/doc/libatspi/method.Table.get_n_selected_columns.html
/usr/share/doc/libatspi/method.Table.get_n_selected_rows.html
/usr/share/doc/libatspi/method.Table.get_row_at_index.html
/usr/share/doc/libatspi/method.Table.get_row_column_extents_at_index.html
/usr/share/doc/libatspi/method.Table.get_row_description.html
/usr/share/doc/libatspi/method.Table.get_row_extent_at.html
/usr/share/doc/libatspi/method.Table.get_row_header.html
/usr/share/doc/libatspi/method.Table.get_selected_columns.html
/usr/share/doc/libatspi/method.Table.get_selected_rows.html
/usr/share/doc/libatspi/method.Table.get_summary.html
/usr/share/doc/libatspi/method.Table.is_column_selected.html
/usr/share/doc/libatspi/method.Table.is_row_selected.html
/usr/share/doc/libatspi/method.Table.is_selected.html
/usr/share/doc/libatspi/method.Table.remove_column_selection.html
/usr/share/doc/libatspi/method.Table.remove_row_selection.html
/usr/share/doc/libatspi/method.TableCell.get_column_header_cells.html
/usr/share/doc/libatspi/method.TableCell.get_column_index.html
/usr/share/doc/libatspi/method.TableCell.get_column_span.html
/usr/share/doc/libatspi/method.TableCell.get_position.html
/usr/share/doc/libatspi/method.TableCell.get_row_column_span.html
/usr/share/doc/libatspi/method.TableCell.get_row_header_cells.html
/usr/share/doc/libatspi/method.TableCell.get_row_span.html
/usr/share/doc/libatspi/method.TableCell.get_table.html
/usr/share/doc/libatspi/method.Text.add_selection.html
/usr/share/doc/libatspi/method.Text.get_attribute_run.html
/usr/share/doc/libatspi/method.Text.get_attribute_value.html
/usr/share/doc/libatspi/method.Text.get_attributes.html
/usr/share/doc/libatspi/method.Text.get_bounded_ranges.html
/usr/share/doc/libatspi/method.Text.get_caret_offset.html
/usr/share/doc/libatspi/method.Text.get_character_at_offset.html
/usr/share/doc/libatspi/method.Text.get_character_count.html
/usr/share/doc/libatspi/method.Text.get_character_extents.html
/usr/share/doc/libatspi/method.Text.get_default_attributes.html
/usr/share/doc/libatspi/method.Text.get_n_selections.html
/usr/share/doc/libatspi/method.Text.get_offset_at_point.html
/usr/share/doc/libatspi/method.Text.get_range_extents.html
/usr/share/doc/libatspi/method.Text.get_selection.html
/usr/share/doc/libatspi/method.Text.get_string_at_offset.html
/usr/share/doc/libatspi/method.Text.get_text.html
/usr/share/doc/libatspi/method.Text.get_text_after_offset.html
/usr/share/doc/libatspi/method.Text.get_text_at_offset.html
/usr/share/doc/libatspi/method.Text.get_text_attribute_value.html
/usr/share/doc/libatspi/method.Text.get_text_attributes.html
/usr/share/doc/libatspi/method.Text.get_text_before_offset.html
/usr/share/doc/libatspi/method.Text.remove_selection.html
/usr/share/doc/libatspi/method.Text.scroll_substring_to.html
/usr/share/doc/libatspi/method.Text.scroll_substring_to_point.html
/usr/share/doc/libatspi/method.Text.set_caret_offset.html
/usr/share/doc/libatspi/method.Text.set_selection.html
/usr/share/doc/libatspi/method.Value.get_current_value.html
/usr/share/doc/libatspi/method.Value.get_maximum_value.html
/usr/share/doc/libatspi/method.Value.get_minimum_increment.html
/usr/share/doc/libatspi/method.Value.get_minimum_value.html
/usr/share/doc/libatspi/method.Value.get_text.html
/usr/share/doc/libatspi/method.Value.set_current_value.html
/usr/share/doc/libatspi/search.js
/usr/share/doc/libatspi/signal.Accessible.mode-changed.html
/usr/share/doc/libatspi/signal.Accessible.region-changed.html
/usr/share/doc/libatspi/solarized-dark.css
/usr/share/doc/libatspi/solarized-light.css
/usr/share/doc/libatspi/struct.DeviceEvent.html
/usr/share/doc/libatspi/struct.Event.html
/usr/share/doc/libatspi/struct.EventListenerMode.html
/usr/share/doc/libatspi/struct.KeyDefinition.html
/usr/share/doc/libatspi/struct.KeySet.html
/usr/share/doc/libatspi/struct.Point.html
/usr/share/doc/libatspi/struct.Range.html
/usr/share/doc/libatspi/struct.Rect.html
/usr/share/doc/libatspi/struct.TextRange.html
/usr/share/doc/libatspi/struct.TextSelection.html
/usr/share/doc/libatspi/style.css
/usr/share/doc/libatspi/type_func.Event.main.html
/usr/share/doc/libatspi/type_func.Event.quit.html
/usr/share/doc/libatspi/type_func.EventListener.deregister_from_callback.html
/usr/share/doc/libatspi/type_func.EventListener.deregister_no_data.html
/usr/share/doc/libatspi/type_func.EventListener.register_from_callback.html
/usr/share/doc/libatspi/type_func.EventListener.register_from_callback_full.html
/usr/share/doc/libatspi/type_func.EventListener.register_from_callback_with_app.html
/usr/share/doc/libatspi/type_func.EventListener.register_no_data.html
/usr/share/doc/libatspi/type_func.Role.get_localized_name.html
/usr/share/doc/libatspi/type_func.Role.get_name.html
/usr/share/doc/libatspi/urlmap.js
/usr/share/doc/libatspi/vfunc.Accessible.mode_changed.html
/usr/share/doc/libatspi/vfunc.Accessible.region_changed.html
/usr/share/doc/libatspi/vfunc.Device.add_key_grab.html
/usr/share/doc/libatspi/vfunc.Device.generate_mouse_event.html
/usr/share/doc/libatspi/vfunc.Device.get_locked_modifiers.html
/usr/share/doc/libatspi/vfunc.Device.get_modifier.html
/usr/share/doc/libatspi/vfunc.Device.grab_keyboard.html
/usr/share/doc/libatspi/vfunc.Device.map_modifier.html
/usr/share/doc/libatspi/vfunc.Device.remove_key_grab.html
/usr/share/doc/libatspi/vfunc.Device.ungrab_keyboard.html
/usr/share/doc/libatspi/vfunc.Device.unmap_modifier.html
/usr/share/doc/libatspi/vfunc.DeviceListener.device_event.html
/usr/share/doc/packages/at-spi2-core-devel
/usr/share/doc/packages/at-spi2-core-devel/NEWS
/usr/share/doc/packages/at-spi2-core-devel/README.md
/usr/share/gir-1.0/Atk-1.0.gir
/usr/share/gir-1.0/Atspi-2.0.gir


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:22:44 2024