diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-07-17 12:49:59 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-07-26 20:31:15 +0100 |
commit | 732578eb53e3391a284425517bf34b49ddbb523e (patch) | |
tree | dac97c43c1e47130e95933624f0635d8db86bf5e /gtk/meson.build | |
parent | 1124f2507d6a928dcce9878e23bc563efc65d801 (diff) | |
download | gtk+-732578eb53e3391a284425517bf34b49ddbb523e.tar.gz |
a11y: Consolidate the attributes container
While we have split the various attributes for convenience, there's no
reason why we should have specialised data types for the attributes
container object.
Diffstat (limited to 'gtk/meson.build')
-rw-r--r-- | gtk/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/meson.build b/gtk/meson.build index ae3f81933f..2ae4267e96 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -16,9 +16,7 @@ gtk_private_sources = files([ 'fnmatch.c', 'tools/gdkpixbufutils.c', 'gsettings-mapping.c', - 'gtkaccessiblepropertyset.c', - 'gtkaccessiblerelationset.c', - 'gtkaccessiblestateset.c', + 'gtkaccessibleattributeset.c', 'gtkaccessiblevalue.c', 'gtkaccessiblevaluestatic.c', 'gtkactionhelper.c', |