130 lines
5.0 KiB
XML
130 lines
5.0 KiB
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.freedesktop.DBus.Peer">
|
|
<method name="Ping"/>
|
|
<method name="GetMachineId">
|
|
<arg type="s" name="machine_uuid" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
<interface name="org.freedesktop.DBus.Introspectable">
|
|
<method name="Introspect">
|
|
<arg name="xml_data" type="s" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
<interface name="org.freedesktop.DBus.Properties">
|
|
<method name="Get">
|
|
<arg name="interface_name" direction="in" type="s"/>
|
|
<arg name="property_name" direction="in" type="s"/>
|
|
<arg name="value" direction="out" type="v"/>
|
|
</method>
|
|
<method name="GetAll">
|
|
<arg name="interface_name" direction="in" type="s"/>
|
|
<arg name="props" direction="out" type="a{sv}"/>
|
|
</method>
|
|
<method name="Set">
|
|
<arg name="interface_name" direction="in" type="s"/>
|
|
<arg name="property_name" direction="in" type="s"/>
|
|
<arg name="value" direction="in" type="v"/>
|
|
</method>
|
|
<signal name="PropertiesChanged">
|
|
<arg type="s" name="interface_name"/>
|
|
<arg type="a{sv}" name="changed_properties"/>
|
|
<arg type="as" name="invalidated_properties"/>
|
|
</signal>
|
|
</interface>
|
|
<interface name="org.freedesktop.machine1.Machine">
|
|
<property name="Name" type="s" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="Id" type="ay" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="Timestamp" type="t" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="TimestampMonotonic" type="t" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="Service" type="s" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="Unit" type="s" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="Leader" type="u" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="Class" type="s" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="RootDirectory" type="s" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="NetworkInterfaces" type="ai" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
|
|
</property>
|
|
<property name="State" type="s" access="read">
|
|
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
|
|
</property>
|
|
<method name="Terminate">
|
|
</method>
|
|
<method name="Kill">
|
|
<arg type="s" name="who" direction="in"/>
|
|
<arg type="i" name="signal" direction="in"/>
|
|
</method>
|
|
<method name="GetAddresses">
|
|
<arg type="a(iay)" name="addresses" direction="out"/>
|
|
</method>
|
|
<method name="GetOSRelease">
|
|
<arg type="a{ss}" name="fields" direction="out"/>
|
|
</method>
|
|
<method name="GetUIDShift">
|
|
<arg type="u" name="shift" direction="out"/>
|
|
</method>
|
|
<method name="OpenPTY">
|
|
<arg type="h" name="pty" direction="out"/>
|
|
<arg type="s" name="pty_path" direction="out"/>
|
|
</method>
|
|
<method name="OpenLogin">
|
|
<arg type="h" name="pty" direction="out"/>
|
|
<arg type="s" name="pty_path" direction="out"/>
|
|
</method>
|
|
<method name="OpenShell">
|
|
<arg type="s" name="user" direction="in"/>
|
|
<arg type="s" name="path" direction="in"/>
|
|
<arg type="as" name="args" direction="in"/>
|
|
<arg type="as" name="environment" direction="in"/>
|
|
<arg type="h" name="pty" direction="out"/>
|
|
<arg type="s" name="pty_path" direction="out"/>
|
|
</method>
|
|
<method name="BindMount">
|
|
<arg type="s" name="source" direction="in"/>
|
|
<arg type="s" name="destination" direction="in"/>
|
|
<arg type="b" name="read_only" direction="in"/>
|
|
<arg type="b" name="mkdir" direction="in"/>
|
|
</method>
|
|
<method name="CopyFrom">
|
|
<arg type="s" name="source" direction="in"/>
|
|
<arg type="s" name="destination" direction="in"/>
|
|
</method>
|
|
<method name="CopyTo">
|
|
<arg type="s" name="source" direction="in"/>
|
|
<arg type="s" name="destination" direction="in"/>
|
|
</method>
|
|
<method name="CopyFromWithFlags">
|
|
<arg type="s" name="source" direction="in"/>
|
|
<arg type="s" name="destination" direction="in"/>
|
|
<arg type="t" name="flags" direction="in"/>
|
|
</method>
|
|
<method name="CopyToWithFlags">
|
|
<arg type="s" name="source" direction="in"/>
|
|
<arg type="s" name="destination" direction="in"/>
|
|
<arg type="t" name="flags" direction="in"/>
|
|
</method>
|
|
<method name="OpenRootDirectory">
|
|
<arg type="h" name="fd" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|