aboutsummaryrefslogtreecommitdiffstats
path: root/conf/introspect-xml
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2016-07-15 06:22:08 +0800
committerkremlin <ian@kremlin.cc>2016-07-15 06:22:08 +0800
commit9d3b5b6886d6d3f3932088097724087def9b6ea2 (patch)
treea36dad203ab9679864981c9c8cae30aef85aa849 /conf/introspect-xml
parent7a7c9176a59e4286f0c4dc6ead65f1ff9b0b131f (diff)
downloadsystembsd-devel.tar
systembsd-devel.tar.gz
systembsd-devel.tar.bz2
systembsd-devel.tar.lz
systembsd-devel.tar.xz
systembsd-devel.tar.zst
systembsd-devel.zip
add new method handlers/properties for new location & deployment elementsHEADdevel
Diffstat (limited to 'conf/introspect-xml')
-rw-r--r--conf/introspect-xml/hostnamed-ispect.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/introspect-xml/hostnamed-ispect.xml b/conf/introspect-xml/hostnamed-ispect.xml
index bca38cf..a67c306 100644
--- a/conf/introspect-xml/hostnamed-ispect.xml
+++ b/conf/introspect-xml/hostnamed-ispect.xml
@@ -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>
@@ -44,5 +46,13 @@
<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>