bca38cf2041d2fe88dca3445052dfc0d7c17cb72
[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="KernelName" type="s" access="read">
13 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
14 </property>
15 <property name="KernelRelease" type="s" access="read">
16 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
17 </property>
18 <property name="KernelVersion" type="s" access="read">
19 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
20 </property>
21 <property name="OperatingSystemPrettyName" type="s" access="read">
22 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
23 </property>
24 <property name="OperatingSystemCPEName" type="s" access="read">
25 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const" />
26 </property>
27 <method name="SetHostname">
28 <arg type="s" direction="in" />
29 <arg type="b" direction="in" />
30 </method>
31 <method name="SetStaticHostname">
32 <arg type="s" direction="in" />
33 <arg type="b" direction="in" />
34 </method>
35 <method name="SetPrettyHostname">
36 <arg type="s" direction="in" />
37 <arg type="b" direction="in" />
38 </method>
39 <method name="SetIconName">
40 <arg type="s" direction="in" />
41 <arg type="b" direction="in" />
42 </method>
43 <method name="SetChassis">
44 <arg type="s" direction="in" />
45 <arg type="b" direction="in" />
46 </method>
47 </interface>
48 </node>