From 3e8b7e29fa40b4f5151a79701cb994b0c254654c Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 9 Nov 2017 14:43:36 +0000 Subject: [PATCH] Revert "lib/pull: Skip ostree_repo_resolve_keyring_for_collection for bindings" This reverts commit 519b30b7e1979fea827ea4fe9b0e9ac4db99d631. Now that the experimental GIR is being built correctly and OstreeRemote is a real boxed type, this can be exposed again. Closes: #1337 Approved by: pwithnall --- src/libostree/ostree-repo-pull.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index b4310027..c6fe7625 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -5612,11 +5612,8 @@ 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: (skip) + * ostree_repo_resolve_keyring_for_collection: * @self: an #OstreeRepo * @collection_id: the collection ID to look up a keyring for * @cancellable: (nullable): a #GCancellable, or %NULL