]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machine: introduce io.systemd.Machine.{CopyFrom, CopyTo} methods (#34913)
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 Jan 2025 22:16:33 +0000 (23:16 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2025 22:16:33 +0000 (23:16 +0100)
This PR introduces io.systemd.Machine.CopyFrom and CopyTo method which
are DBus alternatives of:
- CopyFromMachine
- CopyToMachine
- CopyFromMachineWithFlags
- CopyToMachineWithFlags

The PR also contain tests


Trivial merge