summaryrefslogtreecommitdiff
path: root/src/seat.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-24 11:12:20 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-24 11:12:20 +1000
commit1e8d2b85a0d553844a6137d1e24bb0abea1b3890 (patch)
tree9d29cf011e60f7d8dac1366a847e879c099c6a8d /src/seat.h
parentbdeaa79d5bac72923ab29061f380c4da79c52308 (diff)
downloadlightdm-1e8d2b85a0d553844a6137d1e24bb0abea1b3890.tar.gz
Specify session in D-Bus switch methods (not yet connected)
Diffstat (limited to 'src/seat.h')
-rw-r--r--src/seat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/seat.h b/src/seat.h
index cf5d61ec..5bca03ba 100644
--- a/src/seat.h
+++ b/src/seat.h
@@ -70,9 +70,9 @@ gboolean seat_get_allow_guest (Seat *seat);
gboolean seat_switch_to_greeter (Seat *seat);
-gboolean seat_switch_to_user (Seat *seat, const gchar *username);
+gboolean seat_switch_to_user (Seat *seat, const gchar *username, const gchar *session_name);
-gboolean seat_switch_to_guest (Seat *seat);
+gboolean seat_switch_to_guest (Seat *seat, const gchar *session_name);
void seat_stop (Seat *seat);