summaryrefslogtreecommitdiff
path: root/doc/libconsolekit
AgeCommit message (Collapse)AuthorFilesLines
2017-05-21feat: add a session-state property and methodEric Koegel1-0/+1
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-1/+2
This adds a session-class property to the CK2 Session. It maps to the class property of logind.
2017-05-21feat: introduce libconsolekitEric Koegel5-0/+173
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.