Merge pull request #2229 from dbnicholson/static-delta-generate-annotations

lib/deltas: Annotate from checksum as nullable
This commit is contained in:
OpenShift Merge Robot 2020-11-03 15:32:54 +01:00 committed by GitHub
commit 932dcf72c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1313,10 +1313,10 @@ get_fallback_headers (OstreeRepo *self,
* ostree_repo_static_delta_generate: * ostree_repo_static_delta_generate:
* @self: Repo * @self: Repo
* @opt: High level optimization choice * @opt: High level optimization choice
* @from: ASCII SHA256 checksum of origin, or %NULL * @from: (nullable): ASCII SHA256 checksum of origin, or %NULL
* @to: ASCII SHA256 checksum of target * @to: ASCII SHA256 checksum of target
* @metadata: (allow-none): Optional metadata * @metadata: (nullable): Optional metadata
* @params: (allow-none): Parameters, see below * @params: (nullable): Parameters, see below
* @cancellable: Cancellable * @cancellable: Cancellable
* @error: Error * @error: Error
* *