dbus-interfaces: Expose more properties from o.fd.login1.User

These will be used in an upcoming commit to track the user’s session
state.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3397>
This commit is contained in:
Philip Withnall 2024-06-28 16:37:17 +01:00 committed by Marge Bot
parent a37d6d480b
commit 3bc3a4da68

View File

@ -1,6 +1,8 @@
<node>
<interface name="org.freedesktop.login1.User">
<property name="Display" type="(so)" access="read"/>
<property name="IdleHint" type="b" access="read"/>
<property name="Sessions" type="a(so)" access="read"/>
<property name="State" type="s" access="read"/>
</interface>
</node>