Skip to content

a11y: Add gtk_accessible_notify_accessibility API

Lukáš Tyrychtr requested to merge tyrylu/gtk:gtk_accessible_notify into main

This API is primarily for these cases when the application knows when a notification makes sense, but the library can't know the right time automatically. An example is a notification that an AdwToast is finally visible.

Merge request reports