From 07e1fd096df8fa164c5efa666286c3ec9f9daac5 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 13 Apr 2021 12:47:09 +0200 Subject: Compiled variants: Add some ostree types This adds the ostree object name and the object info (returned from ostree_repo_list_objects) to the set of variants we compile accessors for. --- data/flatpak-variants.gv | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data') diff --git a/data/flatpak-variants.gv b/data/flatpak-variants.gv index b00b17ba..c4d60d81 100644 --- a/data/flatpak-variants.gv +++ b/data/flatpak-variants.gv @@ -73,3 +73,15 @@ type SummaryIndex { subsummaries: [sorted string]Subsummary; metadata: Metadata; }; + +type ObjectListInfo { + is_loose: boolean; + packfiles: []string; +}; + +type ObjectName { + checksum: string; + objtype: uint32; +}; + +type ObjectNames []ObjectName; -- cgit v1.2.1