]> git.ipfire.org Git - thirdparty/systemd.git/blob - org.freedesktop.hostname1.xml
umount: umount, until all umounts failed
[thirdparty/systemd.git] / org.freedesktop.hostname1.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "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 <property name="StaticHostname" type="s" access="read"/>
7 <property name="PrettyHostname" type="s" access="read"/>
8 <property name="IconName" type="s" access="read"/>
9 <method name="SetHostname">
10 <arg name="name" type="s" direction="in"/>
11 <arg name="user_interaction" type="b" direction="in"/>
12 </method>
13 <method name="SetStaticHostname">
14 <arg name="name" type="s" direction="in"/>
15 <arg name="user_interaction" type="b" direction="in"/>
16 </method>
17 <method name="SetPrettyHostname">
18 <arg name="name" type="s" direction="in"/>
19 <arg name="user_interaction" type="b" direction="in"/>
20 </method>
21 <method name="SetIconName">
22 <arg name="name" type="s" direction="in"/>
23 <arg name="user_interaction" type="b" direction="in"/>
24 </method>
25 </interface>
26 </node>