]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/seat.h
Implement autologin-session option (finally). This allows you to set the user session...
[sojka/lightdm.git] / src / seat.h
index f8781ef551dbb3fd6dd7db26632865f7439e31a9..e8d2bc6fe8ace70469fdc9f7920ac5ac74999c0c 100644 (file)
@@ -93,6 +93,12 @@ Session *seat_get_active_session (Seat *seat);
 
 Session *seat_get_next_session (Seat *seat);
 
+void seat_set_externally_activated_session (Seat *seat, Session *session);
+
+Session *seat_get_expected_active_session (Seat *seat);
+
+Session *seat_find_session_by_login1_id (Seat *seat, const gchar *login1_session_id);
+
 gboolean seat_get_can_switch (Seat *seat);
 
 gboolean seat_get_allow_guest (Seat *seat);