odilia-app / atspi

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

`Component::get_mdizorder()` gets called as `GetMdizorder` instead of `GetMDIZOrder` #190

Closed luukvanderduim closed 4 months ago

luukvanderduim commented 5 months ago

from atspi-proxies/src/component.rs

    /// GetMDIZOrder method
    fn get_mdizorder(&self) -> zbus::Result<i16>;