summaryrefslogtreecommitdiff
path: root/libconsolekit
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10add sd_session_get_service() to the compat headerHEADmasterRobert Nagy1-0/+1
2022-11-10implement more sd_* shim functionsRobert Nagy3-0/+93
2022-11-10add sd_get_sessions()Robert Nagy4-0/+87
2022-11-10implement sd_seat_can_multi_session()Robert Nagy2-0/+25
2022-11-09add initial shim for sd_* functionsRobert Nagy5-0/+218
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-07-15fix: correct introspection prefixesEric Koegel1-2/+2
So the created gir file outputs the libconsolekit into a proper class.
2017-06-02coverity: 180820 remove dead codeEric Koegel1-4/+0
2017-05-21feat: add a session-state property and methodEric Koegel3-1/+117
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-21fix: wrong lib linked in libconsolekit.pc.inEric Koegel1-1/+1
2017-05-21feat: Add session-class dbus property and get methodEric Koegel3-0/+117
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/+1902
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.