]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: Use new macros
authorNishal Kulkarni <nishalkulkarni@gmail.com>
Fri, 17 Dec 2021 16:36:31 +0000 (22:06 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 19 Dec 2021 00:14:07 +0000 (09:14 +0900)
commita6293b0541681f1297cfd100bfbb507d5e6f0c3b
tree25582654bffaff52bd82174a5443cfcdca3b659a
parentecb0be874d8ad32e520efc52e26756b23154e43d
logind: Use new macros

Migrate logind to use the new macros to declare a D-Bus method or signal.
Replaced SD_BUS_METHOD_WITH_NAMES with SD_BUS_METHOD_WITH_ARGS.
Replaced SD_BUS_SIGNAL_WITH_NAMES with SD_BUS_SIGNAL_WITH_ARGS.
src/login/logind-dbus.c
src/login/logind-seat-dbus.c
src/login/logind-session-dbus.c
src/login/logind-user-dbus.c