Skip to content
  • Emmanuele Bassi's avatar
    a11y: Defer object registration after root registration · 17262d15
    Emmanuele Bassi authored
    The root accessible object is registered asynchronously, as it needs to
    call a method on the AT-SPI registry daemon. This means we need to defer
    registering the GtkAtSpiContext on the accessibility bus and in the
    cache until after the registration is complete.
    
    Fixes: #4825
    17262d15