Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-10 | add sd_session_get_service() to the compat headerHEADmaster | Robert Nagy | 1 | -0/+1 | |
2022-11-10 | implement more sd_* shim functions | Robert Nagy | 3 | -0/+93 | |
2022-11-10 | add sd_get_sessions() | Robert Nagy | 4 | -0/+87 | |
2022-11-10 | implement sd_seat_can_multi_session() | Robert Nagy | 2 | -0/+25 | |
2022-11-09 | add initial shim for sd_* functions | Robert Nagy | 5 | -0/+218 | |
2021-07-04 | add a session-service parameter mainly to be used by gdm | Robert Nagy | 1 | -0/+85 | |
this commit also adds GetSessionService so that the session service can be queried over dbus | |||||
2017-07-15 | fix: correct introspection prefixes | Eric Koegel | 1 | -2/+2 | |
So the created gir file outputs the libconsolekit into a proper class. | |||||
2017-06-02 | coverity: 180820 remove dead code | Eric Koegel | 1 | -4/+0 | |
2017-05-21 | feat: add a session-state property and method | Eric Koegel | 3 | -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-21 | fix: wrong lib linked in libconsolekit.pc.in | Eric Koegel | 1 | -1/+1 | |
2017-05-21 | feat: Add session-class dbus property and get method | Eric Koegel | 3 | -0/+117 | |
This adds a session-class property to the CK2 Session. It maps to the class property of logind. | |||||
2017-05-21 | feat: introduce libconsolekit | Eric Koegel | 5 | -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. |