diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2015-04-05 15:43:49 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2015-04-13 11:41:19 +0300 |
commit | f56e6e5b443d360ebde203cf5465477bfec3714a (patch) | |
tree | 34a154581d2f12dcb9df831d946394c1dd02b4c3 /src/ck-session.h | |
parent | bdf3571ebec8a470282be9fd32572fd046c8c994 (diff) | |
download | ConsoleKit2-f56e6e5b443d360ebde203cf5465477bfec3714a.tar.gz |
CkSession: add internal activte signal back in
Diffstat (limited to 'src/ck-session.h')
-rw-r--r-- | src/ck-session.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ck-session.h b/src/ck-session.h index 5837caf..4e379b8 100644 --- a/src/ck-session.h +++ b/src/ck-session.h @@ -44,6 +44,10 @@ typedef struct typedef struct { + /* internal signals */ + void (* activate) (CkSession *session, + GDBusMethodInvocation *context); + ConsoleKitSessionSkeletonClass parent_class; } CkSessionClass; |