diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2015-03-15 08:32:35 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2015-04-13 11:39:37 +0300 |
commit | 0a968ab04d8a5dc87f352294a6c9b099c5abda2a (patch) | |
tree | d7a3c83627ac2469088b3799ecc7010c3c8cdec0 /.gitignore | |
parent | f6a7ccad79f5fa55ed89b7ebdfe49b1888a9aa68 (diff) | |
download | ConsoleKit2-0a968ab04d8a5dc87f352294a6c9b099c5abda2a.tar.gz |
CkSeat: Port to GDBus
Port the CkSeat to GDBus using the gdbus-codegen. Same as with
CkSession there's now a split between public and private signals,
properties, and function calls.
CkSeat and CkSession host private signals and properties
ConsoleKitSeat and ConsoleKitSession are public D-BUS exported ones.
https://github.com/ConsoleKit2/ConsoleKit2/issues/8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,3 +62,4 @@ src/ck-session-generated.h src/test-session tools/pam-foreground-compat.ck tools/70-udev-acl.rules +doc/console-kit-daemon.1m |