diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2012-02-10 18:32:37 +1100 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2012-02-10 18:32:37 +1100 |
commit | 5b8a3c1fba262b1101cc29e4296e08a0ee024956 (patch) | |
tree | 2360b863512420599a372428a3c445628100e8ec /src/console-kit.h | |
parent | 574c24301c8c770d40e59cf0e098a9e1fe275016 (diff) | |
download | lightdm-5b8a3c1fba262b1101cc29e4296e08a0ee024956.tar.gz |
Automatically lock sessions when switching away from them
Diffstat (limited to 'src/console-kit.h')
-rw-r--r-- | src/console-kit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/console-kit.h b/src/console-kit.h index bc8a0893..c89c0c3c 100644 --- a/src/console-kit.h +++ b/src/console-kit.h @@ -18,6 +18,8 @@ G_BEGIN_DECLS gchar *ck_open_session (GVariantBuilder *parameters); +void ck_lock_session (const gchar *cookie); + void ck_unlock_session (const gchar *cookie); void ck_close_session (const gchar *cookie); |