summaryrefslogtreecommitdiff
path: root/libconsolekit/libconsolekit.c
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10add sd_get_sessions()Robert Nagy1-0/+57
2022-11-09add initial shim for sd_* functionsRobert Nagy1-0/+58
2021-07-04add a session-service parameter mainly to be used by gdmRobert Nagy1-0/+85
this commit also adds GetSessionService so that the session service can be queried over dbus
2017-06-02coverity: 180820 remove dead codeEric Koegel1-4/+0
2017-05-21feat: add a session-state property and methodEric Koegel1-1/+92
CK2 will change this property dynamically depending on if the session is active or online. At some point we may also provide the "closing" state as well but it's currently unused. This property maps to the logind state.
2017-05-21feat: Add session-class dbus property and get methodEric Koegel1-0/+92
This adds a session-class property to the CK2 Session. It maps to the class property of logind.
2017-05-21feat: introduce libconsolekitEric Koegel1-0/+1280
Create a libconsolekit helper library for developers to ease working with ConsoleKit2. The library is exported using GObject Introspection so there's bindings to other languages.