summaryrefslogtreecommitdiff
path: root/src/login/logind-seat-dbus.h
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* shared: split out BusObjectImplementor APIsLennart Poettering2020-06-301-1/+1
| | | | Just some refactoring, no code changes
* logind: convert to the new schemeZbigniew Jędrzejewski-Szmek2020-05-051-3/+2
|
* logind: split out dbus header files into their ownLennart Poettering2019-05-241-0/+17
Previously, logind's logind-session.h would define prototypes for logind-session.c and logind-session-dbus.c. Split that out, so that there's a separate logind-session-dbus.h for that. Similar for seats and users as well as the manager itself. This changes no code, just rearranges where protoypes are located.