mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
54b9972e53
commit
4bbb49bce6
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue