chiark / gitweb /
logind: listen actively for session devices
[elogind.git] / src / login / logind-seat.h
index c8ab17f7cf15fa9a42ce5f2c158ce571e8aaeb57..bd5390f5535b3acbc1fbd89b8f0ee7c6c87c0ff0 100644 (file)
@@ -63,6 +63,7 @@ int seat_attach_session(Seat *s, Session *session);
 bool seat_is_vtconsole(Seat *s);
 bool seat_can_multi_session(Seat *s);
 bool seat_can_tty(Seat *s);
+bool seat_has_master_device(Seat *s);
 bool seat_can_graphical(Seat *s);
 
 int seat_get_idle_hint(Seat *s, dual_timestamp *t);