mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-31 02:51:22 -05:00
Export flatpak_repo_load_summary_index() and flatpak_repo_load_digested_summary()
This commit is contained in:
committed by
Alexander Larsson
parent
caa1c8c839
commit
5b52b64cd1
@@ -168,6 +168,11 @@ gboolean flatpak_variant_save (GFile *dest,
|
||||
GError **error);
|
||||
GVariant *flatpak_repo_load_summary (OstreeRepo *repo,
|
||||
GError **error);
|
||||
GVariant *flatpak_repo_load_summary_index (OstreeRepo *repo,
|
||||
GError **error);
|
||||
GVariant *flatpak_repo_load_digested_summary (OstreeRepo *repo,
|
||||
const char *digest,
|
||||
GError **error);
|
||||
char ** flatpak_summary_match_subrefs (GVariant *summary,
|
||||
const char *collection_id,
|
||||
const char *ref);
|
||||
|
||||
@@ -3517,7 +3517,7 @@ flatpak_repo_load_summary (OstreeRepo *repo,
|
||||
return g_variant_ref_sink (g_variant_new_from_bytes (OSTREE_SUMMARY_GVARIANT_FORMAT, bytes, TRUE));
|
||||
}
|
||||
|
||||
static GVariant *
|
||||
GVariant *
|
||||
flatpak_repo_load_summary_index (OstreeRepo *repo,
|
||||
GError **error)
|
||||
{
|
||||
@@ -3622,7 +3622,7 @@ flatpak_repo_save_summary_index (OstreeRepo *repo,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static GVariant *
|
||||
GVariant *
|
||||
flatpak_repo_load_digested_summary (OstreeRepo *repo,
|
||||
const char *digest,
|
||||
GError **error)
|
||||
|
||||
Reference in New Issue
Block a user