summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-09-16 12:10:21 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-09-16 12:10:21 +1000
commit9c0a1b73b6e99a24af52e7d716f22be2da8134c6 (patch)
tree60f3405fbcb09201d0727c3637c26e85c0287830 /src/session.h
parent1e21160c3bdbdd973dd58490e28cb178afd0eee4 (diff)
downloadlightdm-9c0a1b73b6e99a24af52e7d716f22be2da8134c6.tar.gz
Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie and GetSessionForCookie D-Bus calls
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/session.h b/src/session.h
index b7cf233e..a2ddf231 100644
--- a/src/session.h
+++ b/src/session.h
@@ -55,12 +55,12 @@ void session_set_command (Session *session, const gchar *command);
const gchar *session_get_command (Session *session);
-void session_set_cookie (Session *session, const gchar *cookie);
-
-const gchar *session_get_cookie (Session *session);
+void session_set_console_kit_parameter (Session *session, const gchar *name, GVariant *value);
gboolean session_start (Session *session);
+void session_unlock (Session *session);
+
void session_stop (Session *session);
G_END_DECLS