odilia-app / atspi

A fast, zbus-based, permissively licensed AT-SPI library written in pure Rust!
Apache License 2.0
28 stars 6 forks source link

Convert `TextSelection` to more descriptive type #195

Closed luukvanderduim closed 3 months ago

luukvanderduim commented 3 months ago

It is preferred to have proper types which describe what various fields are.

pub type TextSelection = (ObjectRef, i32, ObjectRef, i32, bool);