Files
grd/org.gnome.DisplayManager.xml
2026-02-13 13:06:50 +09:00

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>