add new method handlers/properties for new location & deployment elements
[systembsd.git] / conf / introspect-xml / hostnamed-ispect.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4 <interface name="org.freedesktop.hostname1">
5 <property name="Hostname" type="s" access="read">
6 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
7 </property>
8 <property name="StaticHostname" type="s" access="read" />
9 <property name="PrettyHostname" type="s" access="read" />
10 <property name="IconName" type="s" access="read" />
11 <property name="Chassis" type="s" access="read" />
12 <property name="Location" type="s" access="read" />
13 <property name="Deployment" type="s" access="read" />
14 <property name="KernelName" type="s" access="read">
15 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
16 </property>
17 <property name="KernelRelease" type="s" access="read">
18 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
19 </property>
20 <property name="KernelVersion" type="s" access="read">
21 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
22 </property>
23 <property name="OperatingSystemPrettyName" type="s" access="read">
24 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
25 </property>
26 <property name="OperatingSystemCPEName" type="s" access="read">
27 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
28 </property>
29 <method name="SetHostname">
30 <arg type="s" direction="in" />
31 <arg type="b" direction="in" />
32 </method>
33 <method name="SetStaticHostname">
34 <arg type="s" direction="in" />
35 <arg type="b" direction="in" />
36 </method>
37 <method name="SetPrettyHostname">
38 <arg type="s" direction="in" />
39 <arg type="b" direction="in" />
40 </method>
41 <method name="SetIconName">
42 <arg type="s" direction="in" />
43 <arg type="b" direction="in" />
44 </method>
45 <method name="SetChassis">
46 <arg type="s" direction="in" />
47 <arg type="b" direction="in" />
48 </method>
49 <method name="SetDeployment">
50 <arg type="s" direction="in" />
51 <arg type="b" direction="in" />
52 </method>
53 <method name="SetLocation">
54 <arg type="s" direction="in" />
55 <arg type="b" direction="in" />
56 </method>
57 </interface>
58 </node>