Revert "lib/pull: Skip ostree_repo_resolve_keyring_for_collection for bindings"
This reverts commit 519b30b7e1. 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
This commit is contained in:
parent
ed242cdd3b
commit
3e8b7e29fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue