]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: split out property get helpers 16303/head
authorLennart Poettering <lennart@poettering.net>
Sun, 28 Jun 2020 14:43:29 +0000 (16:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 30 Jun 2020 13:10:17 +0000 (15:10 +0200)
commit40af3d020f461520ace2309834c4bdf4c5ddf97a
tree116240a7b0cc01ccf298e1e95217f056438e8086
parent9176326ba2f2167076269acf7573a4a99da82a2d
shared: split out property get helpers

No code changes, just some refactoring.
34 files changed:
src/core/dbus-automount.c
src/core/dbus-cgroup.c
src/core/dbus-execute.c
src/core/dbus-job.c
src/core/dbus-kill.c
src/core/dbus-manager.c
src/core/dbus-mount.c
src/core/dbus-path.c
src/core/dbus-scope.c
src/core/dbus-service.c
src/core/dbus-socket.c
src/core/dbus-swap.c
src/core/dbus-timer.c
src/core/dbus-unit.c
src/import/importd.c
src/login/logind-dbus.c
src/login/logind-seat-dbus.c
src/login/logind-session-dbus.c
src/login/logind-user-dbus.c
src/machine/image-dbus.c
src/machine/machine-dbus.c
src/machine/machined-dbus.c
src/network/networkd-link-bus.c
src/portable/portabled-image-bus.c
src/resolve/resolved-bus.c
src/resolve/resolved-link-bus.c
src/shared/bus-get-properties.c [new file with mode: 0644]
src/shared/bus-get-properties.h [new file with mode: 0644]
src/shared/bus-log-control-api.c
src/shared/bus-util.c
src/shared/bus-util.h
src/shared/meson.build
src/timedate/timedated.c
src/timesync/timesyncd-bus.c