mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
87 lines
3.0 KiB
XML
87 lines
3.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.hostname1">
|
|
<property name="Hostname" type="s" access="read">
|
|
</property>
|
|
<property name="StaticHostname" type="s" access="read">
|
|
</property>
|
|
<property name="PrettyHostname" type="s" access="read">
|
|
</property>
|
|
<property name="DefaultHostname" type="s" access="read">
|
|
</property>
|
|
<property name="HostnameSource" type="s" access="read">
|
|
</property>
|
|
<property name="IconName" type="s" access="read">
|
|
</property>
|
|
<property name="Chassis" type="s" access="read">
|
|
</property>
|
|
<property name="Deployment" type="s" access="read">
|
|
</property>
|
|
<property name="Location" type="s" access="read">
|
|
</property>
|
|
<property name="KernelName" type="s" access="read">
|
|
</property>
|
|
<property name="KernelRelease" type="s" access="read">
|
|
</property>
|
|
<property name="KernelVersion" type="s" access="read">
|
|
</property>
|
|
<property name="OperatingSystemPrettyName" type="s" access="read">
|
|
</property>
|
|
<property name="OperatingSystemCPEName" type="s" access="read">
|
|
</property>
|
|
<property name="OperatingSystemSupportEnd" type="t" access="read">
|
|
</property>
|
|
<property name="HomeURL" type="s" access="read">
|
|
</property>
|
|
<property name="HardwareVendor" type="s" access="read">
|
|
</property>
|
|
<property name="HardwareModel" type="s" access="read">
|
|
</property>
|
|
<property name="FirmwareVersion" type="s" access="read">
|
|
</property>
|
|
<property name="FirmwareVendor" type="s" access="read">
|
|
</property>
|
|
<property name="FirmwareDate" type="t" access="read">
|
|
</property>
|
|
<method name="SetHostname">
|
|
<arg type="s" name="hostname" direction="in"/>
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
</method>
|
|
<method name="SetStaticHostname">
|
|
<arg type="s" name="hostname" direction="in"/>
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
</method>
|
|
<method name="SetPrettyHostname">
|
|
<arg type="s" name="hostname" direction="in"/>
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
</method>
|
|
<method name="SetIconName">
|
|
<arg type="s" name="icon" direction="in"/>
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
</method>
|
|
<method name="SetChassis">
|
|
<arg type="s" name="chassis" direction="in"/>
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
</method>
|
|
<method name="SetDeployment">
|
|
<arg type="s" name="deployment" direction="in"/>
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
</method>
|
|
<method name="SetLocation">
|
|
<arg type="s" name="location" direction="in"/>
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
</method>
|
|
<method name="GetProductUUID">
|
|
<arg type="b" name="interactive" direction="in"/>
|
|
<arg type="ay" name="uuid" direction="out"/>
|
|
</method>
|
|
<method name="GetHardwareSerial">
|
|
<arg type="s" name="serial" direction="out"/>
|
|
</method>
|
|
<method name="Describe">
|
|
<arg type="s" name="json" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|