configure.ac: make xkb optional, as intended
[platform/upstream/at-spi2-core.git] / idl / cache.didl
index 8cb9693..3cf9b11 100644 (file)
@@ -4,7 +4,8 @@ interface org.freestandards.atspi.Cache {
        struct CacheItem {
                object      path;
                Reference   parent;
-               Reference[] children;
+               int index_in_parent;
+               int child_count;
                string[]    interfaces;
                string      name;
                Role        role;