diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index 44fae35e..20fa8277 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -5539,8 +5539,11 @@ check_remote_matches_collection_id (OstreeRepo *repo, return g_str_equal (remote_collection_id, collection_id); } +/* FIXME: Export this to bindings once OstreeRemote is properly registered as + * a boxed type. + */ /** - * ostree_repo_resolve_keyring_for_collection: + * ostree_repo_resolve_keyring_for_collection: (skip) * @self: an #OstreeRepo * @collection_id: the collection ID to look up a keyring for * @cancellable: (nullable): a #GCancellable, or %NULL