Skip to content

Return -1 for AtkText::get_caret_offset on failure

ATK now expects this virtual method to return -1 on failure. This allows ATs to distinguish between a caret at position 0 and a failure.

Merge request reports