following last commit, freshen up all ispect xml files with a on an updated archlinu...
[systembsd.git] / conf / hostnamed-ispect.xml
index fbf2d718e6d12361b56de17c889700bbe60289e2..bca38cf2041d2fe88dca3445052dfc0d7c17cb72 100644 (file)
@@ -1,25 +1,48 @@
-<!-- Taken from Gentoo Linux's OpenRC settingsd -->
-<node name="/org/freedesktop/hostname1">
-       <interface name="org.freedesktop.hostname1">
-               <method name="SetHostname">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <method name="SetStaticHostname">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <method name="SetPrettyHostname">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <method name="SetIconName">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <property name="Hostname" type="s" access="read"/>
-               <property name="StaticHostname" type="s" access="read"/>
-               <property name="PrettyHostname" type="s" access="read"/>
-               <property name="IconName" type="s" access="read"/>
-       </interface>
+<?xml version="1.0" encoding="UTF-8"?>
+<!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.freedesktop.hostname1">
+        <property name="Hostname" type="s" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
+        </property>
+        <property name="StaticHostname" type="s" access="read" />
+        <property name="PrettyHostname" type="s" access="read" />
+        <property name="IconName" type="s" access="read" />
+        <property name="Chassis" type="s" access="read" />
+        <property name="KernelName" type="s" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
+        </property>
+        <property name="KernelRelease" type="s" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
+        </property>
+        <property name="KernelVersion" type="s" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
+        </property>
+        <property name="OperatingSystemPrettyName" type="s" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
+        </property>
+        <property name="OperatingSystemCPEName" type="s" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
+        </property>
+        <method name="SetHostname">
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
+        </method>
+        <method name="SetStaticHostname">
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
+        </method>
+        <method name="SetPrettyHostname">
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
+        </method>
+        <method name="SetIconName">
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
+        </method>
+        <method name="SetChassis">
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
+        </method>
+    </interface>
 </node>