Merge pull request #2215 from cgwalters/fd-transfer

deploy: Remove (transfer none) from fd arg
This commit is contained in:
OpenShift Merge Robot 2020-10-14 00:45:13 +02:00 committed by GitHub
commit 26b98ebc56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3046,7 +3046,7 @@ _ostree_sysroot_deserialize_deployment_from_variant (GVariant *v,
/** /**
* ostree_sysroot_stage_overlay_initrd: * ostree_sysroot_stage_overlay_initrd:
* @self: Sysroot * @self: Sysroot
* @fd: (transfer none): File descriptor to overlay initrd * @fd: File descriptor to overlay initrd
* @out_checksum: (out) (transfer full): Overlay initrd checksum * @out_checksum: (out) (transfer full): Overlay initrd checksum
* @cancellable: Cancellable * @cancellable: Cancellable
* @error: Error * @error: Error