2013-12-31 17:44:45 -05:00
|
|
|
<!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.Session">
|
|
|
|
<property name="Active" type="b" access="read" />
|
|
|
|
|
|
|
|
<method name="Activate">
|
|
|
|
</method>
|
|
|
|
<method name="TakeControl">
|
|
|
|
<arg name="force" type="b"/>
|
|
|
|
</method>
|
2015-10-28 10:45:20 -04:00
|
|
|
<method name="ReleaseControl">
|
|
|
|
</method>
|
2013-12-31 17:44:45 -05:00
|
|
|
<method name="TakeDevice">
|
|
|
|
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
|
|
|
<arg name="major" type="u" direction="in"/>
|
|
|
|
<arg name="minor" type="u" direction="in"/>
|
|
|
|
<arg name="fd" type="h" direction="out"/>
|
|
|
|
<arg name="paused" type="b" direction="out"/>
|
|
|
|
</method>
|
|
|
|
<method name="ReleaseDevice">
|
|
|
|
<arg name="major" type="u"/>
|
|
|
|
<arg name="minor" type="u"/>
|
|
|
|
</method>
|
|
|
|
<method name="PauseDeviceComplete">
|
|
|
|
<arg name="major" type="u"/>
|
|
|
|
<arg name="minor" type="u"/>
|
|
|
|
</method>
|
|
|
|
<signal name="PauseDevice">
|
|
|
|
<arg name="major" type="u"/>
|
|
|
|
<arg name="minor" type="u"/>
|
|
|
|
<arg name="type" type="s"/>
|
|
|
|
</signal>
|
|
|
|
<signal name="ResumeDevice">
|
|
|
|
<arg name="major" type="u"/>
|
|
|
|
<arg name="minor" type="u"/>
|
|
|
|
<arg name="fd" type="h"/>
|
|
|
|
</signal>
|
|
|
|
</interface>
|
|
|
|
|
|
|
|
<interface name="org.freedesktop.login1.Seat">
|
|
|
|
<method name="SwitchTo">
|
|
|
|
<arg name="vt" type="u"/>
|
|
|
|
</method>
|
|
|
|
</interface>
|
|
|
|
</node>
|