Skip to content
  • Emmanuele Bassi's avatar
    a11y: Simplify the ATContext::state-change signal · e5f4459e
    Emmanuele Bassi authored and aeldemery's avatar aeldemery committed
    We cannot pass all the data we pass to the virtual function, because the
    types are private, but the class and the signal are public API.
    
    The signal is just a notification, so we can decouple the virtual
    function (which stays the same, for internal types that implement the
    ATContext API contract) from the signal.
    e5f4459e