0.0
The project is in a healthy, maintained state
Bindings for Atspi generated by GirFFI, with an eclectic set of overrides.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.18.0
 Project Readme

GirFFI-Atspi

GirFFI-based Ruby bindings for Atspi

Usage

require "gir_ffi-atspi"

desktop = Atspi.get_desktop(0)
child = desktop.get_child_at_index(0)
# ...

Installation

gem install gir_ffi-atspi

Requirements

GirFFI-Atspi needs the GirFFI gem and supports the same platforms.

In addition, it needs introspection data for the Atspi library. On Debian and Ubuntu, you can get this by installing gir1.2-atspi-2.0.

GirFFI-Atspi has not been tested on Mac OS X or Microsoft Windows. YMMV. Pull requests to support these platforms are welcome.

Contributing

Please see CONTRIBUTING.md for contribution guidelines.

License

Copyright © 2025 Matijs van Zuijlen

GirFFI-Atspi is free software, distributed under the terms of the GNU Lesser General Public License, version 2.1 or later. See the file COPYING.LIB for more information.