mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-11 09:18:20 +03:00
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:
parent
a13509ee7d
commit
b4e7ab014e
@ -3046,7 +3046,7 @@ _ostree_sysroot_deserialize_deployment_from_variant (GVariant *v,
|
||||
/**
|
||||
* ostree_sysroot_stage_overlay_initrd:
|
||||
* @self: Sysroot
|
||||
* @fd: (transfer none): File descriptor to overlay initrd
|
||||
* @fd: File descriptor to overlay initrd
|
||||
* @out_checksum: (out) (transfer full): Overlay initrd checksum
|
||||
* @cancellable: Cancellable
|
||||
* @error: Error
|
||||
|
Loading…
Reference in New Issue
Block a user