summaryrefslogtreecommitdiff
path: root/src/ck-session-leader.h
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13Minor fixesEric Koegel1-1/+1
We can't pass around the GVariantBuilder and parse it at the same time so we'll need to fix the is-local in another way. Fix the signal emission on the manager. We may need to use a GDBusObjectManager to get the signals for interface-added/interface-removed on our Sessions (and eventually Seats?)
2015-04-13Start removing dbus dependenciesEric Koegel1-1/+1
Port CkDevice to using GVariants rather than GValues. Have ck-session-leader return a GVariantBuilder so is-local can be added.
2015-04-13Port CkManager to GDBusEric Koegel1-5/+5
Quite a bit of work here. ck-session-leader needs to be ported.
2008-04-19always try to detect parameters for sessionWilliam Jon McCann1-30/+33
Treat the parameters passed in via OpenSessionWithParameters as overrides.
2007-10-22move session leader stuff into a separate classWilliam Jon McCann1-0/+97
This will make it easier to dump/restore.