deploy: Remove (transfer none) from fd arg

GI complains.  And in general one needs to assume that file
descriptors aren't stolen.
This commit is contained in:
Colin Walters 2020-10-13 17:39:18 -04:00
parent a13509ee7d
commit b4e7ab014e

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