blob: b73f7247259ee14a1447197befcb095695d753c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.login1.Seat">
<method name="Terminate"/>
<method name="ActivateSession">
<arg name="id" direction="in" type="s"/>
</method>
<property name="Id" type="s" access="read"/>
<property name="ActiveSession" type="(so)" access="read"/>
<property name="CanMultiSession" type="b" access="read"/>
<property name="CanTTY" type="b" access="read"/>
<property name="CanGraphical" type="b" access="read"/>
<property name="Sessions" type="a(so)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="StringPathList"/>
</property>
<property name="IdleHint" type="b" access="read"/>
<property name="IdleSinceHint" type="t" access="read"/>
<property name="IdleSinceHintMonotonic" type="t" access="read"/>
</interface>
</node>
|