Skip to content

accessible: Do not rename deprecated methods to the new names

Lukáš Tyrychtr requested to merge tyrylu/at-spi2-core:fix_bindings into main

The new names of the subinterface getters already have implementations, but the rename shadows them in the GIR, so they're not callable by bindings.

Merge request reports