summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-12 18:18:57 +0200
committerThomas Haller <thaller@redhat.com>2021-05-14 10:57:34 +0200
commit48dce1b66ce3910a81abc8595acb79d8516a9f1c (patch)
tree020244f2e26b84d97e8fa051e6f711c7f08f16d6 /introspection
parentc8900a437ab80457308b3d5a72932feff6edac4f (diff)
downloadNetworkManager-48dce1b66ce3910a81abc8595acb79d8516a9f1c.tar.gz
core: drop deprecated PropertiesChanged D-Bus signal (API BREAK)
D-Bus 1.3.1 (2010) introduced the standard "PropertiesChanged" signal on "org.freedesktop.DBus.Properties". NetworkManager is old, and predates this API. From that time, it still had it's own PropertiesChanged signal that are emitted together with the standard ones. NetworkManager supports the standard PropertiesChanged signal since it switched to gdbus library in version 1.2.0 (2016). These own signals are deprecated for a long time already ([1], 2016), and are hopefully not used by anybody anymore. libnm-glib was using them and relied on them, but that library is gone. libnm does not use them and neither does plasma-nm. Hopefully no users are left that are affected by this API break. [1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commits/6fb917178aa19c61e909957f5146aa4565e0cb2f
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.AccessPoint.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.AgentManager.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.Checkpoint.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Connection.Active.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.DHCP4Config.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.DHCP6Config.xml10
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Adsl.xml11
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Bluetooth.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Bond.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Bridge.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Dummy.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Generic.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.IPTunnel.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Macsec.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Macvlan.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Modem.xml10
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Ppp.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Statistics.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Team.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Tun.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Veth.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Vlan.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Vrf.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Vxlan.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.WiMax.xml11
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.WireGuard.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Wired.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Wireless.xml13
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.IP4Config.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.IP6Config.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.SecretAgent.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.Settings.Connection.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.Settings.xml11
-rw-r--r--introspection/org.freedesktop.NetworkManager.VPN.Connection.xml11
-rw-r--r--introspection/org.freedesktop.NetworkManager.VPN.Plugin.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml9
-rw-r--r--introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml1
-rw-r--r--introspection/org.freedesktop.NetworkManager.xml11
45 files changed, 15 insertions, 342 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.AccessPoint.xml b/introspection/org.freedesktop.NetworkManager.AccessPoint.xml
index 769ab7a935..6edb25ead2 100644
--- a/introspection/org.freedesktop.NetworkManager.AccessPoint.xml
+++ b/introspection/org.freedesktop.NetworkManager.AccessPoint.xml
@@ -95,14 +95,5 @@
-->
<property name="LastSeen" type="i" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.AgentManager.xml b/introspection/org.freedesktop.NetworkManager.AgentManager.xml
index e8df4872af..e5fbd100ec 100644
--- a/introspection/org.freedesktop.NetworkManager.AgentManager.xml
+++ b/introspection/org.freedesktop.NetworkManager.AgentManager.xml
@@ -38,5 +38,6 @@
when they disconnect from D-Bus.
-->
<method name="Unregister"/>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Checkpoint.xml b/introspection/org.freedesktop.NetworkManager.Checkpoint.xml
index daab0c903b..1496ed4ea4 100644
--- a/introspection/org.freedesktop.NetworkManager.Checkpoint.xml
+++ b/introspection/org.freedesktop.NetworkManager.Checkpoint.xml
@@ -32,14 +32,5 @@
-->
<property name="RollbackTimeout" type="u" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml
index 3962cf88ee..54e1fd9445 100644
--- a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml
+++ b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml
@@ -169,14 +169,5 @@
-->
<property name="Master" type="o" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.DHCP4Config.xml b/introspection/org.freedesktop.NetworkManager.DHCP4Config.xml
index 2e0ae82e10..0da12d62d0 100644
--- a/introspection/org.freedesktop.NetworkManager.DHCP4Config.xml
+++ b/introspection/org.freedesktop.NetworkManager.DHCP4Config.xml
@@ -17,14 +17,5 @@
-->
<property name="Options" type="a{sv}" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.DHCP6Config.xml b/introspection/org.freedesktop.NetworkManager.DHCP6Config.xml
index 0f064c4c87..940cf4e463 100644
--- a/introspection/org.freedesktop.NetworkManager.DHCP6Config.xml
+++ b/introspection/org.freedesktop.NetworkManager.DHCP6Config.xml
@@ -16,15 +16,5 @@
Configuration options returned by a DHCP server, if any.
-->
<property name="Options" type="a{sv}" access="read"/>
-
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml b/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml
index 5bb18aae12..29701d7874 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml
@@ -8,16 +8,6 @@
<interface name="org.freedesktop.NetworkManager.Device.Adsl">
<!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
-
- <!--
Carrier:
Indicates whether the physical carrier is found.
@@ -26,5 +16,6 @@
property on the "org.freedesktop.NetworkManager.Device" interface.
-->
<property name="Carrier" type="b" access="read"/>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bluetooth.xml b/introspection/org.freedesktop.NetworkManager.Device.Bluetooth.xml
index 1f5e618975..5cd0eaaee1 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Bluetooth.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Bluetooth.xml
@@ -32,14 +32,5 @@
-->
<property name="BtCapabilities" type="u" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml
index c7ccf38998..26611aae59 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml
@@ -35,14 +35,5 @@ n
-->
<property name="Slaves" type="ao" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml
index 5a35f54dd1..379e702a47 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml
@@ -35,14 +35,5 @@ n
-->
<property name="Slaves" type="ao" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml b/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml
index 2c5675e8ae..22c917e831 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml
@@ -16,14 +16,5 @@ n
-->
<property name="HwAddress" type="s" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Generic.xml b/introspection/org.freedesktop.NetworkManager.Device.Generic.xml
index b847018be4..792c460bab 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Generic.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Generic.xml
@@ -23,14 +23,5 @@ n
-->
<property name="TypeDescription" type="s" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.IPTunnel.xml b/introspection/org.freedesktop.NetworkManager.Device.IPTunnel.xml
index 7c464b9478..4d8a85bbc6 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.IPTunnel.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.IPTunnel.xml
@@ -95,14 +95,5 @@
-->
<property name="Flags" type="u" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml b/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml
index 53f71486df..e931a95820 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Infiniband.xml
@@ -27,14 +27,5 @@ n
-->
<property name="Carrier" type="b" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml b/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml
index 3415f18510..3866946d32 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml
@@ -22,5 +22,6 @@
The object path of the parent device.
-->
<property name="Parent" type="o" access="read"/>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Macsec.xml b/introspection/org.freedesktop.NetworkManager.Device.Macsec.xml
index 0f109c1d6c..6fd2cee54d 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Macsec.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Macsec.xml
@@ -105,14 +105,5 @@
-->
<property name="ReplayProtect" type="b" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Macvlan.xml b/introspection/org.freedesktop.NetworkManager.Device.Macvlan.xml
index 3370ab04d6..cd810a53ca 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Macvlan.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Macvlan.xml
@@ -35,14 +35,5 @@
-->
<property name="Tap" type="b" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml
index fabe1a2ee0..b089bda2de 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml
@@ -58,15 +58,5 @@
-->
<property name="Apn" type="s" access="read" />
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
-
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml b/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
index 3ae7ea961d..040a6a5d86 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
@@ -30,14 +30,5 @@
-->
<property name="ActiveChannel" type="u" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary containing the FIXME: check changed parameters.
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml
index 402ee028b3..ff58bd9527 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml
@@ -17,14 +17,5 @@
-->
<property name="Slaves" type="ao" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml
index 9605a958b4..be64eb471c 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml
@@ -7,14 +7,5 @@
-->
<interface name="org.freedesktop.NetworkManager.Device.OvsInterface">
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml
index c2db70ffd1..b43080378e 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml
@@ -17,14 +17,5 @@
-->
<property name="Slaves" type="ao" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Ppp.xml b/introspection/org.freedesktop.NetworkManager.Device.Ppp.xml
index 00605f7219..0032692e68 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Ppp.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Ppp.xml
@@ -7,14 +7,5 @@
-->
<interface name="org.freedesktop.NetworkManager.Device.Ppp">
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Statistics.xml b/introspection/org.freedesktop.NetworkManager.Device.Statistics.xml
index 39230b7fd0..06781692b4 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Statistics.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Statistics.xml
@@ -31,14 +31,5 @@
-->
<property name="RxBytes" type="t" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Team.xml b/introspection/org.freedesktop.NetworkManager.Device.Team.xml
index 0a4c72122d..bbae316b1d 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Team.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Team.xml
@@ -42,14 +42,5 @@ n
-->
<property name="Config" type="s" access="read" />
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Tun.xml b/introspection/org.freedesktop.NetworkManager.Device.Tun.xml
index 97bf5848cd..55a9bacb8d 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Tun.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Tun.xml
@@ -61,14 +61,5 @@ n
-->
<property name="HwAddress" type="s" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Veth.xml b/introspection/org.freedesktop.NetworkManager.Device.Veth.xml
index a5265e074e..900554c428 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Veth.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Veth.xml
@@ -14,14 +14,5 @@
-->
<property name="Peer" type="o" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml b/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml
index b63194ec66..1ab762b2b7 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Vlan.xml
@@ -41,14 +41,5 @@ n
-->
<property name="VlanId" type="u" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Vrf.xml b/introspection/org.freedesktop.NetworkManager.Device.Vrf.xml
index 971d2b619d..9dfb6c8740 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Vrf.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Vrf.xml
@@ -13,5 +13,6 @@
The routing table of the VRF.
-->
<property name="Table" type="u" access="read"/>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Vxlan.xml b/introspection/org.freedesktop.NetworkManager.Device.Vxlan.xml
index 035ca09b94..4c04f9dfb6 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Vxlan.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Vxlan.xml
@@ -135,14 +135,5 @@ n
-->
<property name="L3miss" type="b" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml b/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml
index 532b696432..e510a142db 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.WiMax.xml
@@ -86,16 +86,6 @@
<property name="ActiveNsp" type="o" access="read"/>
<!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values.
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
-
- <!--
NspAdded:
@nsp: The object path of the newly found NSP.
@@ -114,5 +104,6 @@
<signal name="NspRemoved">
<arg name="nsp" type="o"/>
</signal>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.WireGuard.xml b/introspection/org.freedesktop.NetworkManager.Device.WireGuard.xml
index 8a18d9bd6e..b4d4698751 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.WireGuard.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.WireGuard.xml
@@ -33,5 +33,6 @@
See: ip-rule(8)
-->
<property name="FwMark" type="u" access="read"/>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wired.xml b/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
index c501091951..ec3aeae37e 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
@@ -49,14 +49,5 @@
-->
<property name="Carrier" type="b" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
index c043a2c2f7..c57e568988 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
@@ -109,16 +109,6 @@
<property name="LastScan" type="x" access="read"/>
<!--
- PropertiesChanged:
- @properties: A dictionary containing the changed parameters.
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
-
- <!--
AccessPointAdded:
@access_point: The object path of the newly found access point.
@@ -126,7 +116,7 @@
-->
<signal name="AccessPointAdded">
<arg name="access_point" type="o"/>
- </signal>
+ </signal>
<!--
AccessPointRemoved:
@@ -137,5 +127,6 @@
<signal name="AccessPointRemoved">
<arg name="access_point" type="o"/>
</signal>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml
index adcdaec163..32945bcb38 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.xml
@@ -391,5 +391,6 @@
<arg name="old_state" type="u"/>
<arg name="reason" type="u"/>
</signal>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.IP4Config.xml b/introspection/org.freedesktop.NetworkManager.IP4Config.xml
index 8ee29c3e08..ce659d71fd 100644
--- a/introspection/org.freedesktop.NetworkManager.IP4Config.xml
+++ b/introspection/org.freedesktop.NetworkManager.IP4Config.xml
@@ -115,14 +115,5 @@
-->
<property name="WinsServerData" type="as" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.IP6Config.xml b/introspection/org.freedesktop.NetworkManager.IP6Config.xml
index d2859b5af5..3fe4a46836 100644
--- a/introspection/org.freedesktop.NetworkManager.IP6Config.xml
+++ b/introspection/org.freedesktop.NetworkManager.IP6Config.xml
@@ -88,14 +88,5 @@
-->
<property name="DnsPriority" type="i" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.SecretAgent.xml b/introspection/org.freedesktop.NetworkManager.SecretAgent.xml
index 654b3f2f05..7c96064bc6 100644
--- a/introspection/org.freedesktop.NetworkManager.SecretAgent.xml
+++ b/introspection/org.freedesktop.NetworkManager.SecretAgent.xml
@@ -89,5 +89,6 @@
<arg name="connection" type="a{sa{sv}}" direction="in"/>
<arg name="connection_path" type="o" direction="in"/>
</method>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml
index 40829e252d..55bdaff669 100644
--- a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml
+++ b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml
@@ -186,14 +186,5 @@
-->
<property name="Filename" type="s" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values.
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.Settings.xml b/introspection/org.freedesktop.NetworkManager.Settings.xml
index 1544e5529b..28c89ff4f7 100644
--- a/introspection/org.freedesktop.NetworkManager.Settings.xml
+++ b/introspection/org.freedesktop.NetworkManager.Settings.xml
@@ -160,16 +160,6 @@
<property name="CanModify" type="b" access="read"/>
<!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
-
- <!--
NewConnection:
@connection: Object path of the new connection.
@@ -199,5 +189,6 @@
<signal name="ConnectionRemoved">
<arg name="connection" type="o"/>
</signal>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.VPN.Connection.xml b/introspection/org.freedesktop.NetworkManager.VPN.Connection.xml
index 1dc1cc435c..92de149664 100644
--- a/introspection/org.freedesktop.NetworkManager.VPN.Connection.xml
+++ b/introspection/org.freedesktop.NetworkManager.VPN.Connection.xml
@@ -11,16 +11,6 @@
<annotation name="org.gtk.GDBus.C.Name" value="VpnConnection"/>
<!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
-
- <!--
VpnState:
The VPN-specific state of the connection.
@@ -47,5 +37,6 @@
<arg name="state" type="u"/>
<arg name="reason" type="u"/>
</signal>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.VPN.Plugin.xml b/introspection/org.freedesktop.NetworkManager.VPN.Plugin.xml
index 0c68f76e28..4c8a8af8c2 100644
--- a/introspection/org.freedesktop.NetworkManager.VPN.Plugin.xml
+++ b/introspection/org.freedesktop.NetworkManager.VPN.Plugin.xml
@@ -199,5 +199,6 @@
<signal name="Failure">
<arg name="reason" type="u"/>
</signal>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml b/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml
index cc074808f4..6ebf9cb70c 100644
--- a/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml
+++ b/introspection/org.freedesktop.NetworkManager.WiMax.Nsp.xml
@@ -31,14 +31,5 @@
-->
<property name="NetworkType" type="u" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values.
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml b/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml
index 9bbba3b834..760849c3f0 100644
--- a/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml
+++ b/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml
@@ -107,5 +107,6 @@
Since: 1.16
-->
<property name="LastSeen" type="i" access="read"/>
+
</interface>
</node>
diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml
index 2bcb156eec..ff74c5122d 100644
--- a/introspection/org.freedesktop.NetworkManager.xml
+++ b/introspection/org.freedesktop.NetworkManager.xml
@@ -550,16 +550,6 @@
<property name="GlobalDnsConfiguration" type="a{sv}" access="readwrite"/>
<!--
- PropertiesChanged:
- @properties: The changed properties.
-
- DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
- -->
- <signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}"/>
- </signal>
-
- <!--
DeviceAdded:
@device_path: The object path of the newly added device.
@@ -578,5 +568,6 @@
<signal name="DeviceRemoved">
<arg name="device_path" type="o"/>
</signal>
+
</interface>
</node>