summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libostree/ostree-core.h')
-rw-r--r--src/libostree/ostree-core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h
index c1b81d75..2f2baa78 100644
--- a/src/libostree/ostree-core.h
+++ b/src/libostree/ostree-core.h
@@ -120,10 +120,10 @@ typedef enum {
/**
* OSTREE_SUMMARY_GVARIANT_FORMAT:
*
- * a(ayay) - Array of (checksum, commit data), sorted by checksum
* refs: a(s(aya{sv})) - Map of ref name -> (latest commit, additional metadata), sorted by ref name
+ * extensions: a{sv} - Additional metadata, none defined at the current time
*/
-#define OSTREE_SUMMARY_GVARIANT_STRING "(a(ayay)a(s(aya{sv})))"
+#define OSTREE_SUMMARY_GVARIANT_STRING "(a(s(aya{sv}))a{sv})"
#define OSTREE_SUMMARY_GVARIANT_FORMAT G_VARIANT_TYPE (OSTREE_SUMMARY_GVARIANT_STRING)
/**