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>
This commit is contained in:
Philip Withnall 2024-06-28 16:37:17 +01:00
parent 54b9972e53
commit 4bbb49bce6
No known key found for this signature in database
GPG key ID: DCDF5885B1F3ED73

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>