[at-spi2-core: 26/30] Delete registryd/introspection.[ch] and atk-adaptor/introspection.[ch]




commit f4bc76277d07eeb17b4b96e6a59dadce0cd06aed
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Jul 4 13:28:57 2022 -0500

    Delete registryd/introspection.[ch] and atk-adaptor/introspection.[ch]

 atk-adaptor/introspection.c | 958 --------------------------------------------
 atk-adaptor/introspection.h |  57 ---
 atk-adaptor/meson.build     |   1 -
 registryd/introspection.c   | 860 ---------------------------------------
 registryd/introspection.h   |  53 ---
 registryd/meson.build       |   2 +-
 6 files changed, 1 insertion(+), 1930 deletions(-)
---
diff --git a/atk-adaptor/meson.build b/atk-adaptor/meson.build
index 892db2dc..b97f18c1 100644
--- a/atk-adaptor/meson.build
+++ b/atk-adaptor/meson.build
@@ -5,7 +5,6 @@ atk_bridge_sources = [
   'accessible-cache.c',
   'accessible-register.c',
   'accessible-stateset.c',
-  'introspection.c',
   'bridge.c',
   'object.c',
   'event.c',
diff --git a/registryd/meson.build b/registryd/meson.build
index 739509f4..8dfd4677 100644
--- a/registryd/meson.build
+++ b/registryd/meson.build
@@ -1,10 +1,10 @@
 atspi_introspection_path = ''
 
 registryd_sources = [
+  introspection_generated[0],
   'de-marshaller.c',
   'registry-main.c',
   'registry.c',
-  'introspection.c',
   'deviceeventcontroller.c',
   'reentrant-list.c',
 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]