From: Zbigniew Jędrzejewski-Szmek Date: Fri, 24 Apr 2020 15:54:28 +0000 (+0200) Subject: man: drop CanMultiSession from documention X-Git-Tag: v246-rc1~433^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38b52b691805613a7948216000dbdd40695a4dad;p=thirdparty%2Fsystemd.git man: drop CanMultiSession from documention Removed in 8f8cc84ba4612e74cd1e26898c6816e6e60fc4e9. --- 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.