mirror of
https://github.com/morgan9e/grd
synced 2026-04-14 00:14:18 +09:00
16 lines
634 B
XML
16 lines
634 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.RemoteDisplay">
|
|
<property name="RemoteId" type="o" access="read"/>
|
|
<property name="SessionId" type="s" access="read"/>
|
|
<method name="SetRemoteId">
|
|
<arg name="remote_id" direction="in" type="o"/>
|
|
</method>
|
|
</interface>
|
|
<interface name="org.gnome.DisplayManager.RemoteDisplayFactory">
|
|
<method name="CreateRemoteDisplay">
|
|
<arg name="remote_id" direction="in" type="o"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|