add new method handlers/properties for new location & deployment elements
[systembsd.git] / conf / introspect-xml / hostnamed-ispect.xml
index bca38cf2041d2fe88dca3445052dfc0d7c17cb72..a67c306910652b3001c14f7547f1ca0d65290372 100644 (file)
@@ -9,6 +9,8 @@
         <property name="PrettyHostname" type="s" access="read" />
         <property name="IconName" type="s" access="read" />
         <property name="Chassis" type="s" access="read" />
+        <property name="Location" type="s" access="read" />
+        <property name="Deployment" type="s" access="read" />
         <property name="KernelName" type="s" access="read">
             <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
         </property>
             <arg type="s" direction="in" />
             <arg type="b" direction="in" />
         </method>
+        <method name="SetDeployment">
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
+        </method>
+        <method name="SetLocation">
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
+        </method>
     </interface>
 </node>