23 lines
811 B
XML
23 lines
811 B
XML
<!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.gnome.DisplayManager.Display">
|
|
<method name="GetId">
|
|
<arg name="id" direction="out" type="o"/>
|
|
</method>
|
|
<method name="GetX11DisplayName">
|
|
<arg name="name" direction="out" type="s"/>
|
|
</method>
|
|
<method name="GetSeatId">
|
|
<arg name="filename" direction="out" type="s"/>
|
|
</method>
|
|
<method name="IsInitial">
|
|
<arg name="initial" direction="out" type="b"/>
|
|
</method>
|
|
<method name="GetRemoteHostname">
|
|
<arg name="hostname" direction="out" type="s"/>
|
|
</method>
|
|
<method name="IsLocal">
|
|
<arg name="local" direction="out" type="b"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|