diff options
author | kremlin <ian@kremlin.cc> | 2014-07-02 11:28:33 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-07-02 11:28:33 +0800 |
commit | 6bc7cbf272c74edb9f719aed215b58b137bbf458 (patch) | |
tree | 18645f6b96ab4012316b0e20ec2efb08ae4a809d /conf/hostnamed-ispect.xml | |
parent | 3d53b5010764d142493dd2052096065a19dea124 (diff) | |
download | systembsd-6bc7cbf272c74edb9f719aed215b58b137bbf458.tar systembsd-6bc7cbf272c74edb9f719aed215b58b137bbf458.tar.gz systembsd-6bc7cbf272c74edb9f719aed215b58b137bbf458.tar.bz2 systembsd-6bc7cbf272c74edb9f719aed215b58b137bbf458.tar.lz systembsd-6bc7cbf272c74edb9f719aed215b58b137bbf458.tar.xz systembsd-6bc7cbf272c74edb9f719aed215b58b137bbf458.tar.zst systembsd-6bc7cbf272c74edb9f719aed215b58b137bbf458.zip |
following last commit, freshen up all ispect xml files with a on an updated archlinux box. also format all XML files to follow the same style (spacing/doctypes/etc)
Diffstat (limited to 'conf/hostnamed-ispect.xml')
-rw-r--r-- | conf/hostnamed-ispect.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/conf/hostnamed-ispect.xml b/conf/hostnamed-ispect.xml index 4bd4acd..bca38cf 100644 --- a/conf/hostnamed-ispect.xml +++ b/conf/hostnamed-ispect.xml @@ -1,38 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> <node> - <interface name="org.freedesktop.DBus.Peer"> - <method name="Ping" /> - <method name="GetMachineId"> - <arg type="s" name="machine_uuid" direction="out" /> - </method> - </interface> - <interface name="org.freedesktop.DBus.Introspectable"> - <method name="Introspect"> - <arg name="data" type="s" direction="out" /> - </method> - </interface> - <interface name="org.freedesktop.DBus.Properties"> - <method name="Get"> - <arg name="interface" direction="in" type="s" /> - <arg name="property" direction="in" type="s" /> - <arg name="value" direction="out" type="v" /> - </method> - <method name="GetAll"> - <arg name="interface" direction="in" type="s" /> - <arg name="properties" direction="out" type="a{sv}" /> - </method> - <method name="Set"> - <arg name="interface" direction="in" type="s" /> - <arg name="property" direction="in" type="s" /> - <arg name="value" direction="in" type="v" /> - </method> - <signal name="PropertiesChanged"> - <arg type="s" name="interface" direction="in" /> - <arg type="a{sv}" name="changed_properties" direction="in" /> - <arg type="as" name="invalidated_properties" direction="in" /> - </signal> - </interface> <interface name="org.freedesktop.hostname1"> <property name="Hostname" type="s" access="read"> <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" /> |