From 38b52b691805613a7948216000dbdd40695a4dad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 24 Apr 2020 17:54:28 +0200 Subject: [PATCH] man: drop CanMultiSession from documention Removed in 8f8cc84ba4612e74cd1e26898c6816e6e60fc4e9. --- man/org.freedesktop.login1.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/man/org.freedesktop.login1.xml b/man/org.freedesktop.login1.xml index 8de6cf513de..0908b2ea10b 100644 --- a/man/org.freedesktop.login1.xml +++ b/man/org.freedesktop.login1.xml @@ -751,8 +751,6 @@ node /org/freedesktop/login1/seat/seat0 { readonly s Id = '...'; readonly (so) ActiveSession = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") - readonly b CanMultiSession = ...; - @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly b CanTTY = ...; readonly b CanGraphical = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") @@ -787,8 +785,6 @@ node /org/freedesktop/login1/seat/seat0 { - - @@ -820,7 +816,7 @@ node /org/freedesktop/login1/seat/seat0 { Signals Whenever ActiveSession, Sessions, - CanGraphical, CanMultiSession and CanTTY + CanGraphical, CanTTY, or the idle state changes, PropertyChanged signals are sent out to which clients can subscribe. @@ -833,9 +829,8 @@ node /org/freedesktop/login1/seat/seat0 { ActiveSession encodes the currently active session if there is one. It is a structure consisting of the session id and the object path. - CanMultiSession encodes whether the session is multi-session capable, - CanTTY whether it is suitable for text logins, CanGraphical - whether it is suitable for graphical sessions. + CanTTY encodes whether the session is suitable for text logins, and + CanGraphical whether it is suitable for graphical sessions. The Sessions property is an array of all current sessions of this seat, each encoded in a structure consisting of the ID and the object path. -- 2.47.3