1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
5 <interface name="org.freedesktop.DBus.Peer">
7 <method name="GetMachineId">
8 <arg type="s" name="machine_uuid" direction="out"/>
11 <interface name="org.freedesktop.DBus.Introspectable">
12 <method name="Introspect">
13 <arg name="xml_data" type="s" direction="out"/>
16 <interface name="org.freedesktop.DBus.Properties">
18 <arg name="interface_name" direction="in" type="s"/>
19 <arg name="property_name" direction="in" type="s"/>
20 <arg name="value" direction="out" type="v"/>
22 <method name="GetAll">
23 <arg name="interface_name" direction="in" type="s"/>
24 <arg name="props" direction="out" type="a{sv}"/>
27 <arg name="interface_name" direction="in" type="s"/>
28 <arg name="property_name" direction="in" type="s"/>
29 <arg name="value" direction="in" type="v"/>
31 <signal name="PropertiesChanged">
32 <arg type="s" name="interface_name"/>
33 <arg type="a{sv}" name="changed_properties"/>
34 <arg type="as" name="invalidated_properties"/>
37 <interface name="org.freedesktop.systemd.VtableExample">
38 <method name="Method1">
39 <arg type="s" direction="in"/>
40 <arg type="s" direction="out"/>
42 <method name="Method2">
43 <arg type="s" name="string" direction="in"/>
44 <arg type="o" name="path" direction="in"/>
45 <arg type="s" name="returnstring" direction="out"/>
46 <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
48 <property name="AutomaticStringProperty" type="s" access="readwrite">
50 <property name="AutomaticIntegerProperty" type="u" access="readwrite">
51 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/>