ha-supervisor/tests/fixtures/org_freedesktop_NetworkMana...

69 lines
2.6 KiB
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.64.3 -->
<node>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg type="s" name="interface_name" direction="in"/>
<arg type="s" name="property_name" direction="in"/>
<arg type="v" name="value" direction="out"/>
</method>
<method name="GetAll">
<arg type="s" name="interface_name" direction="in"/>
<arg type="a{sv}" name="properties" direction="out"/>
</method>
<method name="Set">
<arg type="s" name="interface_name" direction="in"/>
<arg type="s" name="property_name" direction="in"/>
<arg type="v" name="value" direction="in"/>
</method>
<signal name="PropertiesChanged">
<arg type="s" name="interface_name"/>
<arg type="a{sv}" name="changed_properties"/>
<arg type="as" name="invalidated_properties"/>
</signal>
</interface>
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
<arg type="s" name="xml_data" direction="out"/>
</method>
</interface>
<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.NetworkManager.Settings.Connection">
<method name="Update">
<arg type="a{sa{sv}}" name="properties" direction="in"/>
</method>
<method name="UpdateUnsaved">
<arg type="a{sa{sv}}" name="properties" direction="in"/>
</method>
<method name="Delete"/>
<method name="GetSettings">
<arg type="a{sa{sv}}" name="settings" direction="out"/>
</method>
<method name="GetSecrets">
<arg type="s" name="setting_name" direction="in"/>
<arg type="a{sa{sv}}" name="secrets" direction="out"/>
</method>
<method name="ClearSecrets"/>
<method name="Save"/>
<method name="Update2">
<arg type="a{sa{sv}}" name="settings" direction="in"/>
<arg type="u" name="flags" direction="in"/>
<arg type="a{sv}" name="args" direction="in"/>
<arg type="a{sv}" name="result" direction="out"/>
</method>
<signal name="PropertiesChanged">
<arg type="a{sv}" name="properties"/>
</signal>
<signal name="Updated"/>
<signal name="Removed"/>
<property type="b" name="Unsaved" access="read"/>
<property type="u" name="Flags" access="read"/>
<property type="s" name="Filename" access="read"/>
</interface>
</node>